File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 189
189
args : [terraform, fmt]
190
190
files : \.(tf|tofu|tfvars|tftest\.hcl|tfmock\.hcl)$
191
191
exclude : \.terraform/.*$
192
+ default : false
192
193
193
194
- id : terraform_validate_docker
194
195
name : Terraform validate (Docker)
200
201
pass_filenames : false
201
202
files : \.(tf|tofu|tfvars|terraform\.lock\.hcl)$
202
203
exclude : \.terraform/.*$
204
+ default : false
203
205
204
206
- id : terraform_tflint_docker
205
207
name : Terraform validate with tflint (Docker)
212
214
pass_filenames : false
213
215
files : \.(tf|tofu|tfvars)$
214
216
exclude : \.terraform/.*$
217
+ default : false
215
218
216
219
- id : terraform_docs_docker
217
220
name : Terraform docs (Docker)
224
227
pass_filenames : false
225
228
files : \.(tf|tofu|terraform\.lock\.hcl)$
226
229
exclude : \.terraform/.*$
230
+ default : false
227
231
228
232
- id : terraform_checkov_docker
229
233
name : Checkov (Docker)
236
240
files : \.(tf|tofu)$
237
241
exclude : \.terraform/.*$
238
242
require_serial : true
243
+ default : false
239
244
240
245
- id : terraform_trivy_docker
241
246
name : Terraform validate with trivy (Docker)
249
254
pass_filenames : false
250
255
files : \.(tf|tofu|tfvars)$
251
256
exclude : \.terraform/.*$
257
+ default : false
252
258
253
259
- id : infracost_breakdown_docker
254
260
name : Infracost breakdown (Docker)
260
266
require_serial : true
261
267
files : \.(tf|tofu|tfvars|hcl)$
262
268
exclude : \.terraform/.*$
269
+ default : false
You can’t perform that action at this time.
0 commit comments