mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2026-06-06 17:06:55 +02:00
feat: add terragrunt_validate_inputs hook
Signed-off-by: mketteringham <mketteringham@williamhill.co.uk>
This commit is contained in:
parent
4adc698948
commit
0ca9eca382
4 changed files with 235 additions and 2 deletions
|
|
@ -90,6 +90,14 @@
|
|||
files: (\.hcl)$
|
||||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terragrunt_validate_inputs
|
||||
name: Terragrunt validate inputs
|
||||
description: Validates Terragrunt unused and undefined inputs.
|
||||
entry: hooks/terragrunt_validate_inputs.sh
|
||||
language: script
|
||||
files: (\.hcl)$
|
||||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: tofu_tfsec
|
||||
name: OpenTofu validate with tfsec (deprecated, use "tofu_trivy")
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue