From a8cd9fa5e94afcf66e2f0ae0533108dd4ffb384c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:31:29 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.5 to 3.3.6 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.5 to 3.3.6. - [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/4be3c24559b430723e51858969965e163b196957...24fd7c9060f3c96848dd1929fac8d796fb5ae4b4) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 b14936d..382c700 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@4be3c24559b430723e51858969965e163b196957 # v3.3.5 + uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6 continue-on-error: true id: scan with: