awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.36k stars 1.17k forks source link

`--no-verify` option doesn't exist #96

Open llamasoft opened 5 years ago

llamasoft commented 5 years ago

When a scan is run and a file matching a pattern is found, the output includes the following statement:

Use --no-verify if this is a one-time false positive

However, the --no-verify option doesn't exist, but it sounds like a nice feature.
Consider adding it or updating the output statement?

indirektly commented 5 years ago

The no verify option is only for the git commit hooks. So it's not a part of the tool but rather git itself. So if you use 'git commit --no-verify' it will bypass the git hooks that you installed to the repo.