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

fix(slsa-framework/slsa-verifier): follow up changes of slsa-verifier v2.1.0 #10735

Merged
merged 2 commits into from
Mar 14, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkgs/slsa-framework/slsa-verifier/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
packages:
- name: slsa-framework/slsa-verifier@v2.0.1
- name: slsa-framework/slsa-verifier@v2.1.0
- name: slsa-framework/slsa-verifier
version: v2.0.1
- name: slsa-framework/slsa-verifier
version: v1.3.2
37 changes: 24 additions & 13 deletions pkgs/slsa-framework/slsa-verifier/registry.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
packages:
- type: go_install
- type: github_release
repo_owner: slsa-framework
repo_name: slsa-verifier
description: The implementation for verifying SLSA provenance
# TODO support template in path: https://github.com/aquaproj/aqua/issues/1084
# path: github.com/slsa-framework/slsa-verifier/v{{(semver (trimV .Version)).Major}}/cli/slsa-verifier
path: github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier
overrides:
- goos: linux
goarch: amd64
type: github_release
asset: slsa-verifier-{{.OS}}-{{.Arch}}
format: raw
version_constraint: semver(">= 2.0.0")
description: Verify provenance from SLSA compliant builders
asset: slsa-verifier-{{.OS}}-{{.Arch}}
format: raw
version_constraint: semver(">= 2.1.0")
version_overrides:
- version_constraint: "true"
- version_constraint: semver(">= 2.0.0")
type: go_install
path: github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier
asset: slsa-verifier
overrides:
- goos: linux
goarch: amd64
type: github_release
asset: slsa-verifier-{{.OS}}-{{.Arch}} # TODO https://github.com/aquaproj/aqua/issues/1746
format: raw
- version_constraint: semver("< 2.0.0")
type: go_install
path: github.com/slsa-framework/slsa-verifier/cli/slsa-verifier
asset: slsa-verifier # TODO https://github.com/aquaproj/aqua/issues/1746
overrides:
- goos: linux
goarch: amd64
type: github_release
asset: slsa-verifier-{{.OS}}-{{.Arch}}
format: raw
37 changes: 24 additions & 13 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.