From 10fcfba3eee08faaf4204b8129718f6fe87a8300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:09:49 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.5.0 to 6.5.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.5.0 to 6.5.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...df395807f4554463d4455b8047cf58e37b6acaae) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 6.5.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..aab009f 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@df395807f4554463d4455b8047cf58e37b6acaae # ratchet:anchore/scan-action@v3 with: sbom: spdx.json output-format: table