2024-09-11 21:19:35 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v4.6.0 # Use the ref you want to point at
|
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/google/yamlfmt
|
|
|
|
rev: v0.13.0
|
|
|
|
hooks:
|
|
|
|
- id: yamlfmt
|
2024-10-10 20:04:22 +00:00
|
|
|
exclude: '^charts/|^secrets.*'
|
2024-09-11 21:19:35 +00:00
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: check-sops-secrets
|
|
|
|
name: check-sops-secrets
|
|
|
|
entry: ./scripts/sops_check.sh
|
|
|
|
language: script
|