Пропустить и перейти к основному содержимому
https://catalogartifact.azureedge.net/publicartifacts/athinfosystems1641442221349.sonar-22039c4b-b234-42dd-84d7-83bfba39ecc5/image1_sonar.png

SonarQube CE

Автор: ATH Infosystems

Version 25.5.0 + Free Support on Ubuntu 26.04

SonarQube Community Edition is an open-source code quality and security analysis platform that helps developers continuously inspect, analyze, and improve source code. It detects bugs, vulnerabilities, code smells, and duplication to ensure clean, maintainable, and secure software development.

Features of SonarQube Community Edition:

  • Provides static code analysis for detecting bugs, security vulnerabilities, and code smells across multiple programming languages.
  • Offers a centralized dashboard to monitor code quality metrics, technical debt, and project health in real time.
  • Supports Quality Gates to enforce coding standards and prevent low-quality code from being merged or deployed.
  • Integrates with CI/CD pipelines like Jenkins, GitHub Actions, GitLab CI, and Azure DevOps for automated code scanning.
  • Supports multiple languages including Java, JavaScript, Python, C/C++, and more (feature set depends on edition and plugins).

SonarQube Usage:

 Start SonarQube Service
$ sudo systemctl start sonarqube
$ sudo systemctl status sonarqube

Open SonarQube in Browser:
http://YOUR_SERVER_IP:9000

To Access the SonarQube CE Credentials run:
cat /var/sonarqube/credentials.txt
  

Disclaimer: SonarQube Community Edition is provided as an open-source tool by SonarSource. It is intended for code quality analysis and should be properly secured when exposed to networks. Users are responsible for configuring authentication, securing the server, and managing access control in production environments. The software is provided "as is" without warranties.