Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to security policy #100

Merged
merged 4 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading