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 dcbbd12 commit 77f05da
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: ls -l && trivy fs --exit-code 1 ./aws-advanced-test
run: ls -l && trivy fs --scanners vuln,secret,misconfig --exit-code 1 ./aws-advanced-test
continue-on-error: false

0 comments on commit 77f05da

Please sign in to comment.