Skip to content

Commit 4e43c2a

Browse files
remove terrascan iactype default all
1 parent 84e12a6 commit 4e43c2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,13 @@ jobs:
102102
with:
103103
iac_type: 'terraform'
104104
iac_version: 'v14'
105-
policy_type: 'google'
106105
only_warn: true
106+
sarif_upload: true
107+
108+
- name: Upload SARIF file
109+
uses: github/codeql-action/upload-sarif@v1
110+
with:
111+
sarif_file: terrascan.sarif
107112

108113
- name: Terraform plan [pull_request]
109114
id: plan-pr

0 commit comments

Comments
 (0)