From 81b8eb9ba065b6c0976f3d8ab17b918099db3502 Mon Sep 17 00:00:00 2001 From: Theofanis Petkos Date: Wed, 4 Sep 2024 08:57:02 +0100 Subject: [PATCH] Add security policy link to root README.md (#257) Signed-off-by: thepetk --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 890369c9..c55d7a04 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ We recommend using the [Devfile Registry Operator](https://github.com/devfile/re ### Via the Devfile Registry Helm Chart Alternatively, a Helm chart is also provided if you do not wish to use an operator. You can find instructions below for installing via Helm to either a Kubernetes or OpenShift environment. You can find detailed instructions [here](deploy/chart/devfile-registry/README.md). +## Security + +Further information for the devfile organization security policy can be found [here](https://github.com/devfile/api/blob/main/SECURITY.md). + ## Contributing Please see our [contributing.md](./CONTRIBUTING.md).