ci: remove sops-pre-commit

All secrets are automatically generated and synced with External Secrets,
so there are (almost?) no cases where I have a Kubernetes Secret YAML on
disk. Additionally, k8s-at-home is deprecated.
This commit is contained in:
Khue Doan 2024-01-19 22:26:37 +07:00
parent 0eb03e461c
commit 6def3d1ea7

View File

@ -14,10 +14,6 @@ repos:
rev: v1.27.1 rev: v1.27.1
hooks: hooks:
- id: yamllint - id: yamllint
- repo: https://github.com/k8s-at-home/sops-pre-commit
rev: v2.1.1
hooks:
- id: forbid-secrets
- repo: https://github.com/gruntwork-io/pre-commit - repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.17 rev: v0.1.17
hooks: hooks: