Is Gitleaks free?
Gitleaks is completely free and open source under the MIT license. You can use it in CI pipelines and pre-commit hooks at no cost.
What is Gitleaks?
Gitleaks is an open source tool that scans Git repositories for hardcoded secrets and credentials. It catches API keys and passwords before they get committed.
Gitleaks vs TruffleHog?
Both are excellent open source secret scanners with similar capabilities. Gitleaks is written in Go while TruffleHog is Python. Try both and see which fits your workflow better.