Files
pre-commit-hook-ensure-sops/.pre-commit-hooks.yaml
2022-03-14 19:39:27 -07:00

8 lines
336 B
YAML

- id: sops-encryption
language: python
entry: python3 -m pre_commit_hook_ensure_sops
name: Ensure secrets are encrypted with sops
# Be aggressive - ensure anything with the word secret in the filename
# or file path is encryped. Users of individual repos can exclude things
# with `exclude` if necessary.
files: .*secret.*