-
Notifications
You must be signed in to change notification settings - Fork 7
/
.pre-commit-config.yaml
76 lines (76 loc) · 2.25 KB
/
.pre-commit-config.yaml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
default_language_version:
python: python3.11
repos:
- hooks:
- id: check-json
- id: check-merge-conflict
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: pretty-format-json
args:
- --autofix
- id: detect-aws-credentials
args:
- --allow-missing-credentials
- id: detect-private-key
repo: https://github.com/pre-commit/pre-commit-hooks
rev: c4a0b883114b00d8d76b479c820ce7950211c99b
- hooks:
- id: forbid-tabs
exclude: binary|\.bin$
exclude_types:
- python
- javascript
- dtd
- markdown
- makefile
- xml
repo: https://github.com/Lucas-C/pre-commit-hooks
rev: 762c66ea96843b54b936fc680162ea67f85ec2d7
- hooks:
- id: shell-lint
exclude: template|\.template$
repo: https://github.com/jameswoolfenden/pre-commit-shell
rev: 062f0b028ae65827e04f91c1e6738cfcbe9b337f
- hooks:
- id: markdownlint
repo: https://github.com/igorshubovych/markdownlint-cli
rev: 3f18b949d53ffddafc6d98373366533d61e00da8
- hooks:
- id: terraform-fmt
language_version: python3.11
- id: tf2docs
language_version: python3.11
repo: https://github.com/jameswoolfenden/pre-commit
rev: b00d945c0dce54f230a5d1cfb7d24e285396e1f2
- hooks:
- id: checkov
entry: checkov -d example/examplea --external-checks-dir checkov --download-external-modules true --compact
files: .
verbose: true
repo: https://github.com/bridgecrewio/checkov
rev: 3.1.20
- hooks:
- id: pike-docs-go
args:
- readme
- -d
- .
- -i
repo: https://github.com/jameswoolfenden/pike
rev: 7819c4cf53a0dfe9dcbc06e5c723b7c3d620cb27
- hooks:
- id: ghat-go
args:
- swot
- -d
- .
- id: ghat-go-sift
args:
- swift
- -d
- .
repo: https://github.com/jameswoolfenden/ghat
rev: 901045b73e704af4b4188005619ffc0f9b669154