Skip to content

Commit

Permalink
Merge pull request #95 from Vermyndax/add-tfsec
Browse files Browse the repository at this point in the history
Adds tfsec to Terraform CI
  • Loading branch information
Vermyndax authored Jul 7, 2021
2 parents 796ec53 + 6c45f45 commit 600ef88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jobs:
- name: Terraform Validate
id: validate
run: terraform validate -no-color

- name: Terraform security scan
uses: triat/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 600ef88

Please sign in to comment.