Skip to content

Commit

Permalink
[#227] Update trivy scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
nvminhtue committed Jan 12, 2024
1 parent 59affe3 commit 73b3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-generated-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
run: terraform fmt -recursive -check

- name: Run trivy linter
run: trivy fs --severity UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL --scanners vuln,config ./.
run: trivy fs --exit-code 1 --severity CRITICAL .
continue-on-error: false

0 comments on commit 73b3f9e

Please sign in to comment.