diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index e0bd9983..329ef8c3 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -36,7 +36,7 @@ jobs: - name: Build the Container image run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Run the Anchore Grype scan action - uses: anchore/scan-action@v6 + uses: anchore/scan-action@v7 id: scan continue-on-error: true with: