Skip to content

Commit

Permalink
Add link to security policy (#100)
Browse files Browse the repository at this point in the history
* Add link to security policy

Signed-off-by: thepetk <thepetk@gmail.com>

* Fix test issue

Signed-off-by: thepetk <thepetk@gmail.com>

* Fix test git url

Signed-off-by: thepetk <thepetk@gmail.com>

---------

Signed-off-by: thepetk <thepetk@gmail.com>
  • Loading branch information
thepetk authored Sep 4, 2024
1 parent 37b0a89 commit 56d6cd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<release-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.
Expand Down
4 changes: 2 additions & 2 deletions test/check_registry/check_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}

Expand Down

0 comments on commit 56d6cd8

Please sign in to comment.