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 8248a5a commit 9668632
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 --exit-code 1 --severity CRITICAL, HIGH, MEDIUM, LOW, UNKNOWN --no-progress ./
run: trivy fs --exit-code 1 ./
continue-on-error: false

0 comments on commit 9668632

Please sign in to comment.