AWS Lab's git-secrets alternatives

git-secrets is an open-source tool that prevents secrets from being committed to Git repositories. It checks commits, commit messages, and --no-ff merges against predefined regular expressions to block any matching content.

Alternatives