Skip to content

Commit

Permalink
ci: trivy bump and param rename (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 3, 2024
1 parent 38bc878 commit 123e1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
- uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].1
with:
format: "sarif"
output: "trivy-results.sarif"
ignore-unfixed: true
scan-type: "fs"
security-checks: "vuln,secret,config"
scanners: "vuln,secret,config"
severity: "CRITICAL,HIGH"

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

0 comments on commit 123e1fc

Please sign in to comment.