From ed91efa5b99f3a4de17bf4598bc4cd4c87798634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:57:13 +0000 Subject: [PATCH] Bump anchore/scan-action from v2.0.2 to v2.0.4 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from v2.0.2 to v2.0.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/v2.0.2...3c947f31798e0e3e9fa2bf18282aeb57a1a4aaa5) Signed-off-by: dependabot[bot] --- .github/workflows/anchore-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index 213ecb4..9deb413 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -31,7 +31,7 @@ jobs: push: false tags: ${{ env.DOCKER_IMAGE_NAME }}:latest - name: Perform Anchore analysis - uses: anchore/scan-action@v2.0.2 + uses: anchore/scan-action@v2.0.4 with: acs-report-enable: true image: ${{ env.DOCKER_IMAGE_NAME }}:latest