From 6e08201e21d8e4392f05dd17860e8235564f717f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:59:35 +0000 Subject: [PATCH] Bump anchore/scan-action from 5.3.0 to 6.0.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.3.0 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/869c549e657a088dc0441b08ce4fc0ecdac2bb65...abae793926ec39a78ab18002bc7fc45bbbd94342) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index f6e37c2..1ae1a50 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -225,7 +225,7 @@ jobs: sarif_file: sarif.output.json - name: Scan image with Grype - uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0 + uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0 id: grype-scan continue-on-error: true with: