diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 4e03f1e9..2e410d19 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@3c9a191a0fbab285ca6b8530b5de5a642cba332f # 7.2.2 + uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # 7.2.3 id: scan with: image: "localbuild/testimage:latest"