Initial commit

This commit is contained in:
YuviPanda
2022-03-14 18:21:38 -07:00
parent 4c3ce16e11
commit 5e68018338
5 changed files with 141 additions and 1 deletions

8
.pre-commit-hooks.yaml Normal file
View File

@@ -0,0 +1,8 @@
- 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.*