From 613a700bc813b36acf849a971775d5d942ac2fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:06:55 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 6.5.1 to 7.1.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.5.1 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/v6.5.1...v7.1.0) --- 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/docker-security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-security.yaml b/.github/workflows/docker-security.yaml index 038ede1..ee7f3b4 100644 --- a/.github/workflows/docker-security.yaml +++ b/.github/workflows/docker-security.yaml @@ -30,7 +30,7 @@ jobs: - name: docker scan id: scan - uses: anchore/scan-action@v6.5.1 + uses: anchore/scan-action@v7.1.0 continue-on-error: true with: sbom: sbom_${{inputs.PROJECT}}.spdx.json