Skip to content

Commit

Permalink
change to config scan
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed May 9, 2024
1 parent e78bb48 commit 59009fe
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 @@ -32,13 +32,13 @@ jobs:
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-type: 'config'
severity: 'CRITICAL,HIGH'
# ignore-unfixed: true
# format: 'sarif'
# output: 'trivy-results.sarif'
output: 'table'
scanners: 'vuln,secret,config'
# scanners: 'vuln,secret,config'


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

0 comments on commit 59009fe

Please sign in to comment.