From 909818659f76e4e8a3c6110c5491551170abd2c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Sep 2021 22:07:37 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v3 --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 4327cf555..49a6cef22 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -37,7 +37,7 @@ jobs: run: docker build . --file 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@v2 + uses: anchore/scan-action@v3 with: image: "localbuild/testimage:latest" acs-report-enable: true