-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
52 lines (46 loc) · 1.12 KB
/
Copy path.pre-commit-config.yaml
File metadata and controls
52 lines (46 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
args:
- --fix=lf
- id: check-yaml
args:
- --allow-multiple-documents
exclude: templates/
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.108.1
hooks:
- id: terraform_fmt
args:
- --args=-recursive
- id: terraform_tflint
- repo: https://github.com/terraform-docs/terraform-docs
rev: v0.24.0
hooks:
- id: terraform-docs-go
args:
- terraform
- repo: https://github.com/bridgecrewio/checkov
rev: 3.3.9
hooks:
- id: checkov
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: shellcheck
- repo: https://github.com/adrienverge/yamllint
rev: v1.38.0
hooks:
- id: yamllint
name: Yamllint
args:
- --strict
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.49.1
hooks:
- id: markdownlint
exclude: ^terraform/