Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SonarQube community edition for commercial project

Tags:

sonarqube

I am analyzing SonarQube to use it for our closed source product which is mostly .Net and web technologies. Are there any caveats to using community edition for commercial projects? What is the limit on the lines of code that community edition can scan?

like image 240
DevOpsy Avatar asked Jul 20 '18 01:07

DevOpsy


People also ask

Can I use SonarQube Community Edition for commercial?

The Community Edition of Sonarqube is the opensource and free version of Sonarqube, and it is also usable for commercial use (click on the following link to know what Sonarqube is and what it is used for).

What is the difference between SonarQube Community Edition and Enterprise Edition?

SonarQube was built in an “Open Core” model, which means it's an open source built by layers: each layer contains the former layer plus extra capabilities: Community (Free) Edition is the basis. Then you have Developer Edition on top of it. Then the Enterprise Edition on top of it.

Is SonarQube Community Edition free?

SonarQube Community Edition is free. All other SonarQube editions are commercial and require a paid license. SonarCloud is entirely free for all open source projects. You only pay if you want to analyze private repositories.

Does SonarQube require a license?

SonarQube is distributed under the GNU Lesser GPL License, Version 3 ; you may not use this application except in compliance with the License. You may obtain a copy of the License at http://www.gnu.org/licenses/lgpl.txt.


1 Answers

SonarQube Community Edition is free of charge without any LOC (Lines Of Code) limitations. You can use if freely in your commercial project.

like image 117
Peska Avatar answered Oct 06 '22 17:10

Peska