
SonarQube
Continuous code quality and security static analysis platform
10.2kstars
2.1kforks
Last commit: 8d ago
Repo age: 15y old

SonarQube is a platform for continuous inspection that analyzes source code to surface maintainability, reliability, and security issues. It is typically used as part of the development and CI/CD process to enforce standards through Quality Gates and actionable findings.
Key Features
- Static code analysis for bugs, vulnerabilities, and code smells across many languages
- Quality Gates and quality profiles to enforce organization-wide standards
- Pull request and branch analysis to highlight newly introduced issues
- Security-focused analysis including security hotspots and vulnerability detection
- Integration into CI/CD workflows to automate code review checks
Use Cases
- Enforce code quality standards on every merge using Quality Gates in CI pipelines
- Centralize code health and technical debt tracking across teams and repositories
- Detect common security issues early during development and code review
SonarQube helps teams continuously improve code health by making quality and security feedback visible and actionable throughout the software delivery lifecycle.
Gradle
Java