diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 8dcbf3f8..45e4b05d 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@a5605eb0943e46279cb4fbd9d44297355d3520ab # 7.0.2 + uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # 7.1.0 id: scan with: image: "localbuild/testimage:latest"