diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index c93d533..496200c 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -36,7 +36,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@516844f15d82b6cdd0765b87aab79ed3ac006225 + uses: anchore/scan-action@7ff5325be8bf5c0c9145cac0eb4a71d0f7df3239 with: image: "localbuild/testimage:latest" acs-report-enable: true