-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
40 lines (40 loc) · 1.13 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
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- repo: local
hooks:
- id: kustomize-inflate
name: kustomize-inflate
entry: python inflate.py
language: system
pass_filenames: false
- repo: https://github.com/bridgecrewio/checkov.git
rev: 2.3.96
hooks:
- id: checkov
args: [-d .]
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args:
- --exclude-files
- kustomization\.(?:yaml|yml)|\.inflate\.lock\.(?:yaml|yml)|certificate\.(?:yaml|yml)|sealedsecret\..*(?:json|yaml|yml)|build\.(?:yaml|yml)|values\..*(?:yaml|yml)
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- repo: https://github.com/python-poetry/poetry
rev: 1.4.0
hooks:
- id: poetry-check
- id: poetry-lock