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", }, }