From 12f8ecc8d9b5aadec6f4c93f0a238c2dbe16598c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:34:23 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 3.6.1 to 3.6.2 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.6.1 to 3.6.2. - [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/v3.6.1...v3.6.2) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-security.yaml b/.github/workflows/docker-security.yaml index 356aea6..fbb3f37 100644 --- a/.github/workflows/docker-security.yaml +++ b/.github/workflows/docker-security.yaml @@ -26,7 +26,7 @@ jobs: - name: docker scan id: scan - uses: anchore/scan-action@v3.6.1 + uses: anchore/scan-action@v3.6.2 continue-on-error: true with: sbom: sbom_${{inputs.PROJECT}}.spdx.json