From 7ccbe89d6a0c26e4e1df34c0b4e6d31b4046607a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:02:23 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.1.0 to 3.3.3 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.1.0 to 3.3.3. - [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.1.0...v3.3.3) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/devcontainer-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer-ci.yml b/.github/workflows/devcontainer-ci.yml index f0c2993..cc822c3 100644 --- a/.github/workflows/devcontainer-ci.yml +++ b/.github/workflows/devcontainer-ci.yml @@ -53,7 +53,7 @@ jobs: run: docker build . --file .devcontainer/Dockerfile --tag localbuild/testimage:latest - name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@v3.1.0 + uses: anchore/scan-action@v3.3.3 with: image: "localbuild/testimage:latest" acs-report-enable: true