What are secrets?
Secrets are any sensitive or private information residing in your code that when exposed, will compromise a company's security.
Secrets consist of:
- Passwords
- API keys
- Encryption keys
- Tokens
- Database credentials
SECURE CODE SCANNING FOR DEVELOPERS
SonarQube detects leaked code secrets throughout your development workflow, identifying them directly in the IDE and within your CI/CD pipeline.
Sonar uses a powerful combination of Regular Expressions and Semantic Analysis to detect secrets in source code. We scan as you code in your IDE with SonarQube for IDE in a true shift left approach, unlike other secrets detection tools, which only detect secrets in Git repo. Because Sonar can detect secrets in code while you write, secrets never enter your repository, eliminating leakage.
Sonar leverages the power of both RegEx and Semantic Analysis

