mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: add terragrunt validate hook (#134)
This commit is contained in:
parent
2e40ade8d0
commit
f6caf2195a
3 changed files with 32 additions and 0 deletions
|
|
@ -58,6 +58,14 @@
|
|||
files: (\.hcl)$
|
||||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terragrunt_validate
|
||||
name: Terragrunt validate
|
||||
description: Validates all Terragrunt configuration files.
|
||||
entry: terragrunt_validate.sh
|
||||
language: script
|
||||
files: (\.hcl)$
|
||||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terraform_tfsec
|
||||
name: Terraform validate with tfsec
|
||||
description: Static analysis of Terraform templates to spot potential security issues.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue