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

Commit ddc1201

Browse files
Bump anchore/scan-action from 3.5.0 to 6.4.0
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.5.0 to 6.4.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@1d59d90...16910ac) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0adc6f commit ddc1201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@1d59d90b47fc11ff8f97822da6c25eec888f81cf # ratchet:anchore/scan-action@v3
32+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # ratchet:anchore/scan-action@v3
3333
with:
3434
sbom: spdx.json
3535
output-format: table

0 commit comments

Comments
 (0)