Skip to content

Commit

Permalink
temporarily use fixed fork of tfsec action
Browse files Browse the repository at this point in the history
bump #patch
  • Loading branch information
figadore committed Mar 10, 2022
1 parent 043c580 commit 53bd45c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ runs:
working-directory: ${{ inputs.tf_working_dir }}
run: terraform init -input=false -backend=false
- name: Security scan
uses: triat/terraform-security-scan@v3.0.1
#uses: triat/terraform-security-scan@v3.0.1
uses: figadore/terraform-security-scan@master
env:
github_token: ${{ inputs.github_token }}
#uses: aquasecurity/tfsec-pr-commenter-action@main
Expand Down

0 comments on commit 53bd45c

Please sign in to comment.