From 8f7c1d011a1ef7e7df99debcabedce4e9c83f8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:40:52 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.6.2 to 3.6.4 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.6.2 to 3.6.4. - [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/a9603d052605bc41f74b0f27ffd0b6d20a8c8efe...3343887d815d7b07465f6fdcd395bd66508d486a) --- 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 b4f39d2ce..b6c1561d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: sbom: ${{ github.event_name != 'pull_request' }} - name: Scan image - uses: anchore/scan-action@a9603d052605bc41f74b0f27ffd0b6d20a8c8efe # v3.6.2 + uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4 id: scan continue-on-error: true with: