Report genration in sonarqube

Hi again.
I have integrated sonar 10.5.1 with jenkins and created a pipeline and performed a scan. That scan is visible in sonarqube dashboard.
Now I want to generate a HTML report of the analysis.

Is there any way that I can download the report in html format?

Further I have to push that report to defectdojo through cmd. Are there any commands that you can suggest/tell for this too?

Please help…!!!

Hi,

see this post for some reporting plugins

The bitegarden report plugin for Sonarqube

is able to create a report in odt (Open Document Textformat) and odt can be converted to html.

There’s also a community plugin for generating html reports, never used it myself.

You might also use

export via sonar-measures-export and convert the csv to html.

WRT to defectdojo i can’t help

Gilbert