-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
39 lines (34 loc) · 966 Bytes
/
.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
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-added-large-files
args: [ '--maxkb=45000' ]
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.89.1
hooks:
- id: terraform_fmt
- id: terraform_tflint
- id: terraform_validate
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
hooks:
- id: shellcheck
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.408.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
hooks:
- id: gitleaks
- repo: https://github.com/gitguardian/ggshield
rev: v1.31.0
hooks:
- id: ggshield-iac
name: ggshield-iac (pre-commit)
entry: ggshield
args: ['iac', 'scan', 'pre-commit' ]
language: system
pass_filenames: false
stages: [ commit ]