From 4e4bb4731f431a9a47226653f46d35446438abda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:27:02 +0000 Subject: [PATCH] Update anchore/scan-action digest to 51f3c1c --- .github/workflows/anchore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index c93d533..7af6f43 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -36,7 +36,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@516844f15d82b6cdd0765b87aab79ed3ac006225 + uses: anchore/scan-action@51f3c1c4fd15f3f2332e232c0ae4cde27b04f214 with: image: "localbuild/testimage:latest" acs-report-enable: true