Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Sep 25, 2023
1 parent 2d41fca commit f1316b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/reusable-workflow-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ jobs:
id: terraform_static_analysis_trivy
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # v0.12.0
with:
scan-type: repo
scan-type: config
ignore-unfixed: true
format: sarif
exit-code: '1'
severity: CRITICAL,HIGH
skip-dirs: containers/
severity: CRITICAL

- name: Check for Static Analysis Override Label
if: github.ref != 'refs/heads/main'
Expand Down

0 comments on commit f1316b7

Please sign in to comment.