Skip to content

Commit

Permalink
Update anchore.yml
Browse files Browse the repository at this point in the history
Removed pinned anchore version
  • Loading branch information
madereddy authored Nov 9, 2023
1 parent 37d3b6b commit 4bbb10d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bbb10d

Please sign in to comment.