We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905d558 commit 3685125Copy full SHA for 3685125
.pre-commit-config.yaml
@@ -15,14 +15,14 @@ repos:
15
- id: check-added-large-files
16
- id: double-quote-string-fixer
17
- repo: https://github.com/antonbabenko/pre-commit-terraform
18
- rev: v1.96.2
+ rev: v1.98.0
19
hooks:
20
- id: terraform_fmt
21
args:
22
- --args=-recursive
23
- --args=-write=true
24
- repo: https://github.com/gruntwork-io/pre-commit
25
- rev: v0.1.25
+ rev: v0.1.28
26
27
- id: terraform-validate
28
# - id: tflint
@@ -33,7 +33,7 @@ repos:
33
- id: go-imports
34
- id: no-go-testing
35
- repo: https://github.com/bridgecrewio/checkov.git
36
- rev: 3.2.344
+ rev: 3.2.395
37
38
- id: checkov
39
# - id: checkov_diff
0 commit comments