From cb011cde3fa817354e2ab9675eda3e8d0be41eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:11:15 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.8 to 3.5.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.8 to 3.5.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/896d5f410043987c8fe18f60d91bf199e436840c...1d59d90b47fc11ff8f97822da6c25eec888f81cf) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 7950f6b..eaefe0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: provenance: ${{ github.event_name != 'pull_request' }} - name: Run Grype vulnerability scanner - uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c # v3.3.8 + uses: anchore/scan-action@1d59d90b47fc11ff8f97822da6c25eec888f81cf # v3.5.0 continue-on-error: true id: scan with: