Sops pre-commit hook.
- Check for unencrypted Kubernetes secrets in manifest files.
- Pre-commit 1.2 or later
Add the following to your .pre-commit-config.yaml
- repo: https://github.com/onedr0p/sops-pre-commit
rev: v2.1.0
hooks:
- id: forbid-secrets
This software is licensed under the MIT license (see the LICENSE file).