Skip to content

Commit

Permalink
Merge pull request #1 from vivantehealth/pin-tfsec-version
Browse files Browse the repository at this point in the history
Pin tfsec version to 1.28.1
  • Loading branch information
alkallio authored Sep 7, 2023
2 parents 211451e + 99603bf commit 527236a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ runs:
run: terraform init -input=false -backend=false
- name: Security scan
uses: triat/terraform-security-scan@v3
with:
tfsec_version: "v1.28.1"
env:
github_token: ${{ inputs.github_token }}
#uses: aquasecurity/tfsec-pr-commenter-action@main
Expand Down

0 comments on commit 527236a

Please sign in to comment.