💚(CI) add git hook

Add git hook to avoid secret leaks
This commit is contained in:
Jacques ROUSSEL
2024-05-24 14:59:23 +02:00
committed by rouja
parent f4146fbe4e
commit dd33c99532
2 changed files with 33 additions and 0 deletions

3
scripts/updatekeys.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
find . -name "*.enc.*" -exec sops updatekeys -y {} \;