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

feat(google/osv-scanner): verify SLSA Provenance #8747

Merged
merged 3 commits into from Dec 26, 2022
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
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Expand Up @@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- uses: aquaproj/aqua-installer@a39f721a15ed34ccbc85706e6e8ae8572c9ca9c6 # v1.2.0
with:
aqua_version: v1.25.2
aqua_version: v1.26.1-1
- run: actionlint -ignore "duplicate value"
2 changes: 1 addition & 1 deletion .github/workflows/generate-registry.yaml
Expand Up @@ -24,5 +24,5 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- uses: aquaproj/aqua-installer@a39f721a15ed34ccbc85706e6e8ae8572c9ca9c6 # v1.2.0
with:
aqua_version: v1.25.2
aqua_version: v1.26.1-1
- uses: aquaproj/registry-action/generate-registry@39773065a44549758440b90a9e25f713c7e1db34 # tag=v0.1.4
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- uses: aquaproj/aqua-installer@a39f721a15ed34ccbc85706e6e8ae8572c9ca9c6 # v1.2.0
with:
aqua_version: v1.25.2
aqua_version: v1.26.1-1
- uses: suzuki-shunsuke/ci-info-action/store@7391f36724cb763007703086b65f19ed532c7838 # v0.1.1
- run: echo "https://github.com/aquaproj/aqua-registry/pull/$CI_INFO_PR_NUMBER" >> "$GITHUB_STEP_SUMMARY"

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

- uses: aquaproj/aqua-installer@a39f721a15ed34ccbc85706e6e8ae8572c9ca9c6 # v1.2.0
with:
aqua_version: v1.25.2
aqua_version: v1.26.1-1

- uses: aquaproj/registry-action/test@39773065a44549758440b90a9e25f713c7e1db34 # tag=v0.1.4
with:
Expand Down
3 changes: 3 additions & 0 deletions pkgs/google/osv-scanner/registry.yaml
Expand Up @@ -13,6 +13,9 @@ packages:
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
slsa_provenance:
type: github_release
asset: multiple.intoto.jsonl
version_constraint: semver(">= 1.0.1")
version_overrides:
- version_constraint: "true"
Expand Down
3 changes: 3 additions & 0 deletions registry.yaml

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