Skip to content

Commit 8116155

Browse files
committed
Update pre-commit
1 parent f20c4a5 commit 8116155

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.0.1
44
hooks:
55
- id: trailing-whitespace
66
- id: check-merge-conflict
@@ -9,18 +9,13 @@ repos:
99
- id: detect-private-key
1010
- id: end-of-file-fixer
1111

12-
- repo: https://github.com/gruntwork-io/pre-commit
13-
rev: v0.1.12
14-
hooks:
15-
- id: tflint
16-
- id: terraform-validate
17-
1812
- repo: git://github.com/antonbabenko/pre-commit-terraform
19-
rev: v1.47.0
13+
rev: v1.60.0
2014
hooks:
2115
- id: terraform_fmt
2216
- id: terraform_tflint
23-
# - id: terraform_tfsec
17+
- id: terraform_validate
18+
- id: checkov
2419
- id: terraform_docs
2520
args:
2621
- '--args=--hide providers --sort-by required'
@@ -31,7 +26,7 @@ repos:
3126
- id: terraform-vars
3227

3328
- repo: https://github.com/Yelp/detect-secrets
34-
rev: v0.14.3
29+
rev: v1.1.0
3530
hooks:
3631
- id: detect-secrets
3732
args: ['--baseline', '.secrets.baseline']

0 commit comments

Comments
 (0)