Skip to content

Commit

Permalink
update trivy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Nov 5, 2024
1 parent c486817 commit b2f8d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

# https://github.com/aquasecurity/trivy-action
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: "fs"
format: "sarif"
output: "trivy-results.sarif"
scanners: "vuln,secret,config"
scanners: "vuln,secret,misconfig"
severity: "CRITICAL,HIGH"

- name: Upload Trivy scan results to GitHub Security tab
Expand Down

0 comments on commit b2f8d8a

Please sign in to comment.