From 4bbb10d1f3775c0b5f0b838066832d7d560c2570 Mon Sep 17 00:00:00 2001 From: madereddy <49539048+madereddy@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:38:54 -0500 Subject: [PATCH] Update anchore.yml Removed pinned anchore version --- .github/workflows/anchore.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 1ceb085d..9f20e2cf 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -36,11 +36,10 @@ 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 id: scan with: image: "localbuild/testimage:latest" - fail-build: true + fail-build: false severity-cutoff: critical - name: Upload vulnerability report uses: github/codeql-action/upload-sarif@v2