From 6a9c405cf18cdba33a044e6add94dfc2af986c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:32:55 +0000 Subject: [PATCH] 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](https://github.com/anchore/scan-action/compare/1d59d90b47fc11ff8f97822da6c25eec888f81cf...568b89d27fc18c60e56937bff480c91c772cd993) --- 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] --- .github/workflows/check-vulnerabilities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-vulnerabilities.yaml b/.github/workflows/check-vulnerabilities.yaml index 8cc106f..b36e04b 100644 --- a/.github/workflows/check-vulnerabilities.yaml +++ b/.github/workflows/check-vulnerabilities.yaml @@ -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@1d59d90b47fc11ff8f97822da6c25eec888f81cf # ratchet:anchore/scan-action@v3 + uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # ratchet:anchore/scan-action@v3 with: sbom: spdx.json output-format: table