How do I check and export sonarqube analysis reports in embedded db

+1 vote
Is it possible for sonarqube to generate an analysis report in embedded DB? If yes, how do I see these reports?
Jul 2, 2018 in DevOps Tools by DragonLord999
• 8,450 points
27,402 views
How do I generate PDF reports?

I'm not sure about PDF reports but you can make HTML reports using this plugin. This Issues Report plugin provides the ability to generate HTML report on issues. The main use case is for developers to check the code they have added or changed before pushing it back to the SCM.

For the sonar-maven-plugin, it works the same. Just add these two properties to the pom file:

<project xmlns="...>
     ...
    <properties>
         <sonar.analysis.mode>preview</sonar.analysis.mode>
         <sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
    </properties>
    ...
</project>

Hey @Adi, I've downloaded the governance plugin and added it to sonarQube 7.2/extensions/plugins and restarted sonarQube but now my sonarQube does not work. It says SonarQube has stopped.

PDF reporting is a part of governance feature set available with the enterprise edition. You need to get a license key to evaluate/use this specific edition.

3 answers to this question.

+1 vote

Browse to sonarqube web instance to access the reports. In a production environment, you shouldn't use embedded db's and I don't think there's a way to export an H2 db to MySQL.

answered Jul 2, 2018 by DareDev
• 6,890 points
0 votes

Go to the web interface, you'll see the report summary here.

answered Apr 24, 2019 by Ishaan
We can see through Web interface but how can we export the report. please help us
I think you need to use plugin that allows you to export.
0 votes

You can find your analysis result on the web interface. Discovered issues can be either a bug, vulnerability, code smell, coverage or duplication. Each category will have a corresponding number of issues or a percentage value. Issues can have 5 severity levels - blocker, critical, major, minor and info. You can explore issues related to a specific project by clicking on the project, gives a better-detailed insight.

answered Apr 24, 2019 by Isheeta

Related Questions In DevOps Tools

0 votes
1 answer

How do I run “ant update” in Hybris with only “Update Running System”?

Here is what you can try. You can ...READ MORE

answered Jul 10, 2018 in DevOps Tools by Atul
• 10,240 points
6,809 views
0 votes
1 answer

How do I find OpsWorks deploy user in a recipe ?

Here is a concept which you can ...READ MORE

answered Jul 25, 2018 in DevOps Tools by Atul
• 10,240 points
648 views
0 votes
1 answer

How do I manage code that *removes* users in chef?

No, I don't think this will prove ...READ MORE

answered Aug 6, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
384 views
0 votes
1 answer

How do I set maximum queue connection for nginx port in Windows?

Since increasing queue size did not fix your problem ...READ MORE

answered Aug 22, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
940 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,460 views
+2 votes
1 answer
0 votes
1 answer

login popup not working in tomcat9 when I click the server status

Try and install tomcat 8.0.41. It is ...READ MORE

answered Jul 12, 2018 in DevOps Tools by DareDev
• 6,890 points
1,386 views
0 votes
1 answer

dpkg a deb file in a local fodler on vagrant

Copy the file in the vagrant folder ...READ MORE

answered Jun 14, 2018 in DevOps Tools by DareDev
• 6,890 points
442 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP