Skip to content

Commit

Permalink
Bump anchore/scan-action from 3.3.8 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.8 to 3.5.0.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@896d5f4...1d59d90)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 74aa8fa commit d5d500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
COSIGN_EXPERIMENTAL=1 cosign verify-attestation --type spdx ${{ inputs.image }} | jq '.payload |= @base64d | .payload | fromjson | select( .predicateType=="https://spdx.dev/Document" ) | .predicate.Data | fromjson | .' > spdx.json
- name: Scan image
id: scan
uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c # ratchet:anchore/scan-action@v3
uses: anchore/scan-action@1d59d90b47fc11ff8f97822da6c25eec888f81cf # ratchet:anchore/scan-action@v3
with:
sbom: spdx.json
output-format: table
Expand Down

0 comments on commit d5d500b

Please sign in to comment.