Skip to content

Commit

Permalink
[#227] Revert to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nvminhtue committed Jan 12, 2024
1 parent 77f05da commit f8cef42
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test-generated-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@ jobs:
run: terraform fmt -recursive -check

- name: Run trivy linter
run: ls -l && trivy fs --scanners vuln,secret,misconfig --exit-code 1 ./aws-advanced-test
continue-on-error: false
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
ignore-unfixed: true
exit-code: '1'
severity: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'
scan-ref: './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 f8cef42

Please sign in to comment.