add gitleaks to pre-commit hook to make sure secrets are not added
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.