From 8e6bb96969e6350b424fe692cc0dc79ae21a6ac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:54:13 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action digest to 49e50b2 --- .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 a16cd59..78c5e80 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -35,7 +35,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@487706fd9fc531f35bd6fc1edcdbae6bb79870fa + uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 with: image: "localbuild/testimage:latest" acs-report-enable: true