Best Software for 2025 is now live!
Save to My Lists
Claimed
Claimed

SonarQube Community Edition for Red Hat Enterprise Linux 7 with support Reviews & Product Details

Sayam J.
SJ
Software Architect
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

SonarQube Community Edition for Red Hat Enterprise Linux 7 with support is one of the best review tools I have used. It is a boon for code reviewers. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

SonarQube Community Edition for Red Hat Enterprise Linux, 7 with support, needs to be more user-friendly. It can have a few easy steps during the setup. Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

SonarQube Community Edition for Red Hat Enterprise Linux 7 with support helped a lot in reviewing the code where we can setup the basic rules for the review and that really reduced the struggle for the better code quality. Review collected by and hosted on G2.com.

SonarQube Community Edition for Red Hat Enterprise Linux 7 with support Overview

What is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

SonarQube is an automated code scanning tool that can be integrated with CI/CD pipeline to detect security vulnerabilities and defects in the application code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests. The single node SonarQube AMI by Kurian has pre-configured the community edition of SonarQube with PostgreSQL as the backend database. When an EC2 instance is spun up from this AMI the SonarQube service would be up and running on that machine for your immediate use.

SonarQube Community Edition for Red Hat Enterprise Linux 7 with support Details
Show LessShow More
Product Description

SonarQube is an automated code scanning tool that can be integrated with CI/CD pipeline to detect security vulnerabilities and defects in the application code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests. The single node SonarQube AMI by Kurian has pre-configured the community edition of SonarQube with PostgreSQL as the backend database. When an EC2 instance is spun up from this AMI the SonarQube service would be up and running on that machine for your immediate use.


Seller Details
Seller
Kurian
HQ Location
N/A
Twitter
@DevOpsCompany
6 Twitter followers

Contact U.
CU
Overview Provided by:

Recent SonarQube Community Edition for Red Hat Enterprise Linux 7 with support Reviews

SP
Shubham P.Mid-Market (51-1000 emp.)
4.5 out of 5
"SonarQube: An important tool to ensure the best quality provided during the development cycle."
The things I like the most are- 1. Establishes the best approach to developing code in a systematic, iterative and structured manner. 2. A produ...
Sayam J.
SJ
Sayam J.Small-Business (50 or fewer emp.)
4.0 out of 5
"SonarQube - Helping Reviewers"
SonarQube Community Edition for Red Hat Enterprise Linux 7 with support is one of the best review tools I have used. It is a boon for code reviewers.
Prakash C.
PC
Prakash C.Mid-Market (51-1000 emp.)
4.5 out of 5
"Improve your Code with SonarQube"
What I like most is It find duplicate of code, code with bad logic and many more. With the help of sonarqube we can improve our code quality And ca...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

SonarQube Community Edition for Red Hat Enterprise Linux 7 with support Media

Answer a few questions to help the SonarQube Community Edition for Red Hat Enterprise Linux 7 with support community
Have you used SonarQube Community Edition for Red Hat Enterprise Linux 7 with support before?
Yes

10 out of 11 Total Reviews for SonarQube Community Edition for Red Hat Enterprise Linux 7 with support

4.7 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
G2 reviews are authentic and verified.
SP
Business Analyst
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

The things I like the most are-

1. Establishes the best approach to developing code in a systematic, iterative and structured manner.

2. A product can achieve its various purposes, like Continuous Integration & Development, using various integrated tools like Microsoft Visual Studio Team Services.

3. If one has a specific set of coding standards to which they adhere, it can help test whether the code stands on those standards or not. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

The thing I would like to improve are-

1. It should provide the overall growth made to the code quality year by year in a comparative & graphical manner.

2. Code security still needs to depend on other software. Currently, used to ensure the code adheres to standards, but a vulnerability scan would be nice. Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

1. Some time feels delayed due to caching. If I try to get the same report within a few seconds, it provides the details available in the last information rather than the updated records.

2. Required an option to provide an opportunity for configuring roles with a customized level of permissions. Review collected by and hosted on G2.com.

Prakash C.
PC
Developer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

What I like most is It find duplicate of code, code with bad logic and many more. With the help of sonarqube we can improve our code quality And can reduces the bug in our code or project. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Something give false results means in few conditions it doesn't not properly. Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

It help lot in improving the code quality. With the help of sonarqube we have reduces the bug and improved the product stability and quality. Review collected by and hosted on G2.com.

Arjun K.
AK
Senior Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

SonarQube is must for Development. It will help us to write quality code which includes the exclusion of boiler-plate code, redundant code, unnecessary fields defined. As I am from Java Backgroud, it also helps us to follow SOLID Principles and avoid bulky classes, methods. It allows us to write clean code with all necessary comments so that in the future if another developer wants to understand the code, it will help them. I never knew many things, but SonarQube helped me understand that, and my coding standard has improved. It also helps in Unit testing. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Sometimes, it will ask for even small comments to b added. Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

1. Code quality

2. Make code more organized.

2. Avoid boiler-plate code.

3. Unit testing is required so that the application can be tested at the developer's level. Review collected by and hosted on G2.com.

Aleesha A.
AA
DevOps Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Love it when it classifies all issues like critical or blocker or just a general issue. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

I wish it could give more precise insights into how issues can be fixed just an example would do as well. Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

Generating reports to analyse java code to make sure code is up to the mark and correct also not having any loop holes Review collected by and hosted on G2.com.

Verified User in Logistics and Supply Chain
AL
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Even if it's a free edition, it gives us more than enough functionality that our developers need Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Not much, maybe some of the limited features that the Community Edition gives compared to the Developer Edition Review collected by and hosted on G2.com.

Recommendations to others considering SonarQube Community Edition for Red Hat Enterprise Linux 7 with support:

No harm in trying it. Especially when you're just starting out, it's the best one there is in the market Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

Catches all the bad stuff in one's code. Review collected by and hosted on G2.com.

Vignesh N.
VN
SDE I
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

The best tool for code review and great add on to jenkins Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Nothing we can just make some frsh changes in UI Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

As of now nothing Review collected by and hosted on G2.com.

Ranjit R.
RR
DevOps Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Support of community plugins and the ability to integrate with ease. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Did not find any negative features that hamper application scans. Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

Security hotspots, Bugs and vulnerabilities Review collected by and hosted on G2.com.

Shivam A.
SA
DevOps Consultant
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Leak period in Sonarqube. Portfolio creation and quality gates in Sonarqube. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Didn't like about the branches code issue. Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

Creating quality profile, quality gate, portfolio, solving Sonarqube analysis related issue. Review collected by and hosted on G2.com.

Verified User in Computer Software
AC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

It has great features like Source code analysis, code coverage, SSO integration, CI/CD integration and email notifications. It's free and it has many features. Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

It does not have reporting features, there is no search option for code. Sometimes it got stuck with CI/CD analysis. It should have reporting features. In reporting Review collected by and hosted on G2.com.

Recommendations to others considering SonarQube Community Edition for Red Hat Enterprise Linux 7 with support:

best for SAST Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

Frequent source code analysis, we can see the code commiter details along with the code. Yeah, it is productive. We can customize notification settings. Yeah, it is increased Review collected by and hosted on G2.com.

Verified User in Consumer Services
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

Everything is sonarqube is a charm.codesmell,code quality,quality gating Review collected by and hosted on G2.com.

What do you dislike about SonarQube Community Edition for Red Hat Enterprise Linux 7 with support?

There is nothing to dislike in sonarqube Review collected by and hosted on G2.com.

What problems is SonarQube Community Edition for Red Hat Enterprise Linux 7 with support solving and how is that benefiting you?

We had tool which used to do the static code scanning for us.and its not working that great. Then we did some research and started using sonarqube Review collected by and hosted on G2.com.