Skip to content

Commit

Permalink
Deployed to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2024
1 parent 6595933 commit 0cb1517
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions all-hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@
"language": "script",
"require_serial": true,
"files": "\\.(tf(vars)?|hcl)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_fmt",
Expand All @@ -1452,7 +1452,7 @@
"entry": "hooks/terraform_fmt.sh",
"language": "script",
"files": "(\\.tf|\\.tfvars)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_docs",
Expand All @@ -1462,7 +1462,7 @@
"entry": "hooks/terraform_docs.sh",
"language": "script",
"files": "(\\.tf|\\.terraform\\.lock\\.hcl)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_docs_without_aggregate_type_defaults",
Expand All @@ -1472,7 +1472,7 @@
"entry": "hooks/terraform_docs.sh",
"language": "script",
"files": "(\\.tf)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_docs_replace",
Expand All @@ -1482,7 +1482,7 @@
"entry": "terraform_docs_replace",
"language": "python",
"files": "(\\.tf)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_validate",
Expand All @@ -1492,7 +1492,7 @@
"entry": "hooks/terraform_validate.sh",
"language": "script",
"files": "(\\.tf|\\.tfvars)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_providers_lock",
Expand All @@ -1502,7 +1502,7 @@
"entry": "hooks/terraform_providers_lock.sh",
"language": "script",
"files": "(\\.terraform\\.lock\\.hcl)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_tflint",
Expand All @@ -1512,7 +1512,7 @@
"entry": "hooks/terraform_tflint.sh",
"language": "script",
"files": "(\\.tf|\\.tfvars)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terragrunt_fmt",
Expand All @@ -1521,7 +1521,7 @@
"entry": "hooks/terragrunt_fmt.sh",
"language": "script",
"files": "(\\.hcl)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terragrunt_validate",
Expand All @@ -1530,7 +1530,7 @@
"entry": "hooks/terragrunt_validate.sh",
"language": "script",
"files": "(\\.hcl)$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terraform_tfsec",
Expand Down Expand Up @@ -1559,7 +1559,7 @@
"pass_filenames": false,
"always_run": false,
"files": "\\.tf$",
"exclude": "\\.terraform\\/.*$",
"exclude": "\\.terraform/.*$",
"require_serial": true
},
{
Expand All @@ -1570,7 +1570,7 @@
"language": "script",
"always_run": false,
"files": "\\.tf$",
"exclude": "\\.terraform\\/.*$",
"exclude": "\\.terraform/.*$",
"require_serial": true
},
{
Expand All @@ -1583,7 +1583,7 @@
"always_run": false,
"require_serial": true,
"files": "\\.tf$",
"exclude": "\\.terraform\\/.*$"
"exclude": "\\.terraform/.*$"
},
{
"id": "terrascan",
Expand All @@ -1592,7 +1592,7 @@
"language": "script",
"entry": "hooks/terrascan.sh",
"files": "\\.tf$",
"exclude": "\\.terraform\\/.*$",
"exclude": "\\.terraform/.*$",
"require_serial": true
},
{
Expand Down

0 comments on commit 0cb1517

Please sign in to comment.