From 8b5d98832fef2fb8596248884ecc02d769b07ae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 23:21:59 +0000 Subject: [PATCH] Update anchore/scan-action digest to dc2c5a2 --- .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..c1dc804 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@dc2c5a2a30bbdd6ce8f04117b4bd9853d56c1f83 with: image: "localbuild/testimage:latest" acs-report-enable: true