Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrundle committed Aug 12, 2024
1 parent ea254e7 commit dd641c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tf-fmt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
- name: Terraform fmt
id: fmt
run: terraform fmt -check
continue-on-error: true
with:
soft_fail: true
3 changes: 2 additions & 1 deletion .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: tfsec
uses: aquasecurity/[email protected]
with:
sarif_file: tfsec.sarif
sarif_file: tfsec.sarif
additional_args: '--severity HIGH'

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
Expand Down

0 comments on commit dd641c8

Please sign in to comment.