This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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

4 lines
67 B
Bash
Executable File

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