From 0bcf62af51d91b936cbb590a4c2e48469f39ec33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:12:33 +0000 Subject: [PATCH] Bump anchore/scan-action in /.github/actions/docker-build-image Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.7 to 3.3.8. - [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/62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0...896d5f410043987c8fe18f60d91bf199e436840c) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/docker-build-image/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build-image/action.yml b/.github/actions/docker-build-image/action.yml index e4b86b8ca..b50276c73 100644 --- a/.github/actions/docker-build-image/action.yml +++ b/.github/actions/docker-build-image/action.yml @@ -123,7 +123,7 @@ runs: - name: Anchore Scan API Image if: inputs.grype-scan-enabled == 'true' - uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 # v3.3.7 + uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c # v3.3.8 id: scan with: fail-build: ${{ inputs.grype-fail-build }}