diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 27eec18ad..af1193148 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -43,7 +43,7 @@ jobs: - name: List the Docker image run: docker image ls - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 # v3.3.5 + uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6 id: scan with: image: "localbuild/testimage:latest"