Skip to content

Commit

Permalink
Merge pull request #244 from philips-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/anchore/scan-action-3.5.0

Bump anchore/scan-action from 3.3.8 to 3.5.0
  • Loading branch information
JeroenKnoops authored Jan 8, 2024
2 parents 74aa8fa + d5d500b commit 7867df5
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 7867df5

Please sign in to comment.