git-secrets

Prevents accidental commits of credentials
  https://github.com/awslabs/git-secrets
  0
  no reviews



Git-secrets scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories. If a commit, commit message, or any commit in a --no-ff merge history matches one of your configured prohibited regular expression patterns, then the commit is rejected.