Initial commit
This commit is contained in:
8
.pre-commit-hooks.yaml
Normal file
8
.pre-commit-hooks.yaml
Normal 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.*
|
||||
Reference in New Issue
Block a user