Skip to content

Commit

Permalink
use terraform letast version
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jan 27, 2023
1 parent 8ff82d5 commit 76f4fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
uses: tfsec/tfsec-pr-commenter-action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB}}
working_directory: ./_example/
working_directory: ./_example

- name: 'Terraform security scan Advanced'
uses: triat/[email protected]
if: github.event_name == 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB}}
tfsec_actions_working_dir: ./_example/
tfsec_actions_working_dir: ./_example
tfsec_actions_comment: true
tfsec_output_format: sarif
continue-on-error: true

0 comments on commit 76f4fce

Please sign in to comment.