docs/scripts/updatekeys.sh
Jacques ROUSSEL dd33c99532 💚(CI) add git hook
Add git hook to avoid secret leaks
2024-05-24 17:01:25 +02:00

3 lines
67 B
Bash
Executable file

#!/bin/bash
find . -name "*.enc.*" -exec sops updatekeys -y {} \;