Skip to content

Commit

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

Bump anchore/scan-action from 3.3.7 to 3.3.8
  • Loading branch information
JeroenKnoops authored Jan 2, 2024
2 parents 10964d1 + a580d36 commit 6540e4a
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@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 # ratchet:anchore/scan-action@v3
uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c # ratchet:anchore/scan-action@v3
with:
sbom: spdx.json
output-format: table
Expand Down

0 comments on commit 6540e4a

Please sign in to comment.