0% found this document useful (0 votes)
43 views2 pages

SonarQube Code Setup for DevOps

SonarQube is an open-source code quality platform that saves code quality measures in a database and displays them through a web-based dashboard, providing trends and indicators. It uses static and dynamic analysis tools to extract metrics from code and improve quality. Setup requires SonarQube, JDK, and various plugins to analyze code and display metrics and issues in the dashboard.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

SonarQube Code Setup for DevOps

SonarQube is an open-source code quality platform that saves code quality measures in a database and displays them through a web-based dashboard, providing trends and indicators. It uses static and dynamic analysis tools to extract metrics from code and improve quality. Setup requires SonarQube, JDK, and various plugins to analyze code and display metrics and issues in the dashboard.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Requirements Specification Document

Feature Id: FE002

Title
SonarQube Code -Setup

Actors
DevOps

Description
Sonar is an open-source
software quality
platform. SonarQube
saves the calculated
measures in a database
and showcases them in a
rich web-based
dashboard. Provides
trends and leading
indicators. Code quality
is an indicator about
how quickly developers
can add business value
to software system.

Pre-Conditions
1. SonarQube
2. JDK

How Sonar Works?

Sonar uses various static & dynamic code analysis tools such as Check
style, PMD, Find Bugs, FxCop, Gendarme, and many more to extract
software metrics, which then can be used to improve software quality.
Provides lots of plugins
SonarQube Structure:

Sonar CI:

You might also like