16 lines
554 B
YAML
16 lines
554 B
YAML
repos:
|
|
# update the chart README.md with the comments from values.yaml
|
|
- repo: https://github.com/norwoodj/helm-docs
|
|
rev: v1.2.0
|
|
hooks:
|
|
- id: helm-docs
|
|
# helm lint and markdown link verifier
|
|
- repo: https://github.com/gruntwork-io/pre-commit
|
|
rev: v0.1.22 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
|
|
hooks:
|
|
- id: helmlint
|
|
# detect any secrets that may be committed before they're committed
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
rev: v8.17.0
|
|
hooks:
|
|
- id: gitleaks
|