-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4aaa0b8
commit 822e1a1
Showing
6 changed files
with
39 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
TERRAGRUNT_VERSION=v0.38.7 | ||
TERRAFORM_VERSION=1.2.6 | ||
TFSEC_VERSION=v1.27.1 | ||
TFLINT_VERSION=v0.39.2 | ||
TERRAFORM_VERSION=1.5.6 | ||
TRIVY_VERSION=v1.27.1 | ||
TFLINT_VERSION=v0.50.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
repos: | ||
# Run terraform fmt to fix our terraform styling | ||
# Run terraform docs to generate documentation for our terraform code | ||
# Run tflint to lint our terraform code | ||
# Run tfsec to scan our terraform code for security problems | ||
- repo: git://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.62.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases | ||
hooks: | ||
- id: terraform_fmt | ||
- id: terraform_docs | ||
- id: terraform_tflint | ||
- id: terraform_tfsec | ||
# Run terraform fmt to fix our terraform styling | ||
# Run terraform docs to generate documentation for our terraform code | ||
# Run tflint to lint our terraform code | ||
# Run tfsec to scan our terraform code for security problems | ||
- repo: https://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.88.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases | ||
hooks: | ||
- id: terraform_fmt | ||
- id: terraform_docs | ||
- id: terraform_tflint | ||
- id: terraform_trivy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters