diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 878adc4..f6aba73 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -35,7 +35,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@487706fd9fc531f35bd6fc1edcdbae6bb79870fa + uses: anchore/scan-action@d09e278f43e314a93efb4e6000ff0df6153e9333 with: image: "localbuild/testimage:latest" acs-report-enable: true