Skip to content

Commit

Permalink
tfsec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Jun 29, 2024
1 parent 04cc0ee commit a61c760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go install github.com/aquasecurity/tfsec/cmd/tfsec@latest
- name: Run tfsec
run: tfsec --soft-fail --out tfsec.sarif
run: tfsec --soft-fail --format sarif --out tfsec.sarif

- uses: github/codeql-action/upload-sarif@v3
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit a61c760

Please sign in to comment.