From 2ab105f820e48bd6e49e41e0c6fc0ae50f44ef48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:47:35 -0800 Subject: [PATCH] Bump anchore/scan-action from 3.3.7 to 3.3.8 (#26) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f164657..d0b5c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: provenance: ${{ github.event_name != 'pull_request' }} - name: Run Grype vulnerability scanner - uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 # v3.3.7 + uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c # v3.3.8 continue-on-error: true id: scan with: