Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 7867df5

Browse files
authored
Merge pull request #244 from philips-software/dependabot/github_actions/anchore/scan-action-3.5.0
Bump anchore/scan-action from 3.3.8 to 3.5.0
2 parents 74aa8fa + d5d500b commit 7867df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-vulnerabilities.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
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
3030
- name: Scan image
3131
id: scan
32-
uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c # ratchet:anchore/scan-action@v3
32+
uses: anchore/scan-action@1d59d90b47fc11ff8f97822da6c25eec888f81cf # ratchet:anchore/scan-action@v3
3333
with:
3434
sbom: spdx.json
3535
output-format: table

0 commit comments

Comments
 (0)