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

Commit 7117142

Browse files
dependabot[bot]Brend-Smits
authored andcommitted
Bump anchore/scan-action from 3.5.0 to 7.1.0
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.5.0 to 7.1.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...568b89d) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5370911 commit 7117142

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@568b89d27fc18c60e56937bff480c91c772cd993 # ratchet:anchore/scan-action@v3
3333
with:
3434
sbom: spdx.json
3535
output-format: table

0 commit comments

Comments
 (0)