From fd1923c368a031b6da04dfbb2ebf3f0a39fde67b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:07:29 +0000 Subject: [PATCH] Update anchore/scan-action action to v7.4.0 --- .github/workflows/docker.image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.image.yml b/.github/workflows/docker.image.yml index 6e1e59f..fc5f925 100644 --- a/.github/workflows/docker.image.yml +++ b/.github/workflows/docker.image.yml @@ -230,7 +230,7 @@ jobs: docker image ls -a docker push localhost:5000/foobar/${{ env.IMAGE_NAME }} - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@v7.3.2 + uses: anchore/scan-action@v7.4.0 with: image: localhost:5000/foobar/${{ env.IMAGE_NAME }} acs-report-enable: true