diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index ae46ad6bc9..1bfc2b6598 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 Grype scan action - uses: anchore/scan-action@d5aa5b6cb9414b0c7771438046ff5bcfa2854ed7 + uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a id: scan with: image: "localbuild/testimage:latest"