File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 15201520 "files" : " (\\ .hcl)$" ,
15211521 "exclude" : " \\ .terraform/.*$"
15221522 },
1523+ {
1524+ "id" : " terragrunt_providers_lock" ,
1525+ "name" : " Terragrunt providers lock" ,
1526+ "description" : " Updates provider signatures in dependency lock files using terragrunt." ,
1527+ "entry" : " hooks/terragrunt_providers_lock.sh" ,
1528+ "language" : " script" ,
1529+ "files" : " (terragrunt|\\ .terraform\\ .lock)\\ .hcl$" ,
1530+ "exclude" : " \\ .(terraform/.*|terragrunt-cache)$"
1531+ },
15231532 {
15241533 "id" : " terraform_tfsec" ,
15251534 "name" : " Terraform validate with tfsec (deprecated, use \" terraform_trivy\" )" ,
Original file line number Diff line number Diff line change @@ -956,6 +956,10 @@ <h3 data-repo="https://github.com/antonbabenko/pre-commit-terraform">
956956 < code > terragrunt_validate</ code >
957957 - Validates all Terragrunt configuration files.
958958 </ li >
959+ < li data-id ="terragrunt_providers_lock " data-types ="">
960+ < code > terragrunt_providers_lock</ code >
961+ - Updates provider signatures in dependency lock files using terragrunt.
962+ </ li >
959963 < li data-id ="terraform_tfsec " data-types ="">
960964 < code > terraform_tfsec</ code >
961965 - Static analysis of Terraform templates to spot potential security issues.
You can’t perform that action at this time.
0 commit comments