-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
45 lines (40 loc) · 1.71 KB
/
.pre-commit-config.yaml
File metadata and controls
45 lines (40 loc) · 1.71 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
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
# renovate: datasource=github-tags depName=pre-commit/pre-commit-hooks
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0 # pragma: allowlist secret
hooks:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md"]
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: local
hooks:
- id: helm-dependency-build
name: run helm dependency build
entry: scripts/helm-dependency-build.sh
language: script
pass_filenames: false
- repo: https://github.com/gruntwork-io/pre-commit
# renovate: datasource=github-releases depName=gruntwork-io/pre-commit
rev: 40f924cd642f5dc98d12bd97b07f3752223553da # v0.1.30 # pragma: allowlist secret
hooks:
- id: helmlint
- repo: https://github.com/norwoodj/helm-docs
# renovate: datasource=github-releases depName=norwoodj/helm-docs
rev: 37d3055fece566105cf8cff7c17b7b2355a01677 # v1.14.2 # pragma: allowlist secret
hooks:
- id: helm-docs
args:
# Make the tool search for charts only under the `charts` directory
- --chart-search-root=charts
- repo: https://github.com/Yelp/detect-secrets
# renovate: datasource=github-releases depName=Yelp/detect-secrets
rev: 01886c8a910c64595c47f186ca1ffc0b77fa5458 # v1.5.0 # pragma: allowlist secret
hooks:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
- repo: https://github.com/zizmorcore/zizmor-pre-commit
# renovate: datasource=github-releases depName=zizmorcore/zizmor-pre-commit
rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # v1.25.2 # pragma: allowlist secret
hooks:
- id: zizmor