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