From 93a79bc88783e90cb0173f897cd8c8ffba653d40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 15:39:55 +0100 Subject: [PATCH] Update anchore/scan-action action to v3.3.1 (#3162) Signed-off-by: Renovate Bot Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/security-anchore-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-anchore-analysis.yml b/.github/workflows/security-anchore-analysis.yml index 3d3cd47d2b..351cecb4d1 100644 --- a/.github/workflows/security-anchore-analysis.yml +++ b/.github/workflows/security-anchore-analysis.yml @@ -43,7 +43,7 @@ jobs: - name: Build the Docker image run: docker build .github/actions/tools --tag localbuild/testimage:latest - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@v3.3.0 + uses: anchore/scan-action@v3.3.1 with: image: "localbuild/testimage:latest" acs-report-enable: true