Skip to content

Commit

Permalink
trivy action:
Browse files Browse the repository at this point in the history
  • Loading branch information
bethbeza committed Jan 24, 2025
1 parent 816732c commit 34ec41b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/trivy_scan_step.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: image
image-ref: ${{ github.repository }}/${{ steps.parse_tag.outputs.image }}:test
format: table
exit-code: 1
ignore-unfixed: true
vuln-type: os,library
severity: LOW,MEDIUM,HIGH,CRITICAL

0 comments on commit 34ec41b

Please sign in to comment.