From c410a47d235c6ff8de61f36904dabab0cdd8db11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:02:24 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 4.1.2 to 6.0.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4.1.2 to 6.0.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v4.1.2...v6.0.0) --- updated-dependencies: - dependency-name: anchore/scan-action 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 fc416a2..f098547 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@v4.1.2 + uses: anchore/scan-action@v6.0.0 continue-on-error: true with: sbom: sbom_${{inputs.PROJECT}}.spdx.json