An open source tool for detecting sensitive data like API keys, passwords, and tokens in code repositories to prevent public exposure.
Yelp's detect-secrets is an open source tool created by Yelp to help detect accidentally committed secrets like API keys, passwords, or tokens in public and private git repositories. It scans git commit histories and branch diffs to identify secrets that match various detection rules such as API keys, SSH keys, AWS keys, and more.
Detect-secrets is designed to integrate with pre-commit hooks and CI/CD pipelines to scan repositories before code gets committed or deployed to production. This prevents accidental commit of secrets which could lead to security vulnerabilities or exploits. The tool can scan multiple programming languages and file types including JSON, YAML, JavaScript, Python, etc.
Some key features of detect-secrets include pattern-based secret detection using regular expressions and machine learning, integration with services like AWS Key Management Service for secret rotation, pluggable secret scanning rules, support for whitelisting false positives, Slack notifications when secrets are committed, and more.
Overall, Yelp's detect-secrets provides an automated way for developers to avoid accidentally leaking API keys or other secrets into public and private git repositories in GitHub, GitLab, Bitbucket, and more. The open source tool helps enforce secret detection as code is written to improve security.
No alternatives found for Yelp's detect-secrets. Why not suggest an alternative?