From 56d6cd8e9f5d186eb8e04e951ea226ccd1fefa49 Mon Sep 17 00:00:00 2001 From: Theofanis Petkos Date: Wed, 4 Sep 2024 20:30:30 +0100 Subject: [PATCH] Add link to security policy (#100) * Add link to security policy Signed-off-by: thepetk * Fix test issue Signed-off-by: thepetk * Fix test git url Signed-off-by: thepetk --------- Signed-off-by: thepetk --- README.md | 4 ++++ test/check_registry/check_registry_test.go | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48738559..60d54ec9 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,10 @@ In order to download a binary file: * Go to the release you are interested for `https://github.com/devfile/alizer/releases/tag/` * In the **Assets** section you will see the list of generated binaries for the release. The names of the binaries are following the template `alizer-{version}-{ostype}-{architecture}`. +## Security + +Further information for the devfile organization security policy can be found [here](https://github.com/devfile/api/blob/main/SECURITY.md) + ## Feedback & Questions If you discover an issue please file a bug, and we will fix it as soon as possible. diff --git a/test/check_registry/check_registry_test.go b/test/check_registry/check_registry_test.go index 71141997..1f992296 100644 --- a/test/check_registry/check_registry_test.go +++ b/test/check_registry/check_registry_test.go @@ -59,8 +59,8 @@ func TestGetStarterProjects(t *testing.T) { }{ { name: "Case 1: Validated registries urls", - devfileUrl: "https://registry.devfile.io/devfiles/java-maven", - expectedUrl: "https://github.com/devfile-samples/springboot-ex.git", + devfileUrl: "https://registry.devfile.io/devfiles/python", + expectedUrl: "https://github.com/devfile-samples/python-ex", }, }