Skip to content

Commit

Permalink
Revert to older trivy relelase
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed Jan 23, 2024
1 parent d17578d commit d1ff3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-pr-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# We will not be concerned with Medium and Low vulnerabilities
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@v0.16.0
with:
image-ref: '${{ github.repository }}:vuln-test'
format: 'sarif'
Expand Down

0 comments on commit d1ff3c9

Please sign in to comment.