Skip to content

Commit 99967bd

Browse files
committed
add tfsec
1 parent 17d9e73 commit 99967bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
run: terraform init
5151
working-directory: ./2-Terraform-AZURE-Services-Creation/4-aks
5252

53+
- name: tfsec
54+
uses: aquasecurity/[email protected]
55+
with:
56+
tfsec_args: --soft-fail
57+
github_token: ${{ github.token }}
58+
5359
- name: Terraform Format
5460
if: github.event_name == 'pull_request'
5561
run: terraform fmt

0 commit comments

Comments
 (0)