From df4aed6afe445d1c3a3258da46ab0b50583f37d2 Mon Sep 17 00:00:00 2001 From: thepetk Date: Tue, 3 Sep 2024 17:15:21 +0100 Subject: [PATCH] Add security policy link to root README.md Signed-off-by: thepetk --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 37b9e5db..f6442a5b 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).