Skip to content

Commit

Permalink
update trivy to only scan the modules directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Nov 5, 2024
1 parent 3ee5532 commit c76b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
scan-ref: 'terraform/'
scan-ref: 'terraform/modules/'
scanners: 'vuln,secret,config'
ignore-unfixed: false
exit-code: '1'
Expand Down

0 comments on commit c76b832

Please sign in to comment.