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