Skip to content

add gitleaks to pre-commit hook to make sure secrets are not added

Maarten de Waard requested to merge gitleaks-precommit into main

Add gitleaks, a program that was recommended in the Totem security audit, as a pre-commit hook to make sure new commits do not add secrets.

I've also manually run this on our repository to make sure our history does not contain any secrets.

Merge request reports