diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index a16cd59..7c0e086 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@5384d4fc3f3be62838337b71abbe2970cf3d8282 with: image: "localbuild/testimage:latest" acs-report-enable: true