diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 69a65ead..18aca61a 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@8d2fce09422cd6037e577f4130e9b925e9a37175 # 7.3.1 + uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # 7.3.2 id: scan with: image: "localbuild/testimage:latest"