How To Generate PDF Report Of Code Analysis In SonarQube

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 15

  • @pratyushavemulapalli8795
    @pratyushavemulapalli8795 5 років тому +2

    Hi. This is an amazing video. What if I do not have a maven project but a normal web project. How can I generate the pdf report?

  • @amikalola4468
    @amikalola4468 2 роки тому

    it's a great video. but is it possible in community edition or only in enterprise edition ??

  • @adreetamaity403
    @adreetamaity403 3 роки тому

    Does this work for latest version of sonarqube 9.0 ?

  • @juanpablobonilla2025
    @juanpablobonilla2025 8 років тому

    Hi, first of all, thank you for the video, is excellent, you created the pdf using mvn sonar:sonar and It worked for you, in my case I have sonarqube 6.2, sonar-pdfreport-plugin-1.4 and a project created in eclipse without maven, so I couldn't execute the command that you showed, then I tried to figured out how to create the pdf in the web page (localhost:9000) and there is no option, I even have not the widget menu, could you please give me a hand with this, I need to generate the pdf without maven. Thanks a lot.

    • @techmon2873
      @techmon2873  8 років тому

      Hey juan pablo Bonila thank you for your comment, sonar-pdfreport-plugin is not compatible with any SonarQube 5.x version. In latter version it is deprecated.There is a commercial Report Plugin which is Retired since SonarQube 5.5. So other than this there is no such plugin in latter versions of SonarQube you can look for other alternatives.

    • @juanpablobonilla2025
      @juanpablobonilla2025 8 років тому

      Thanks for the answer, so, I installed the same version as you have, :D with sonar-runner-dist-2.4 and It works, thanks a lot again!!!

  • @nishwalshetty3432
    @nishwalshetty3432 6 років тому +1

    hi i have installed the latest sonarqube 7.2 and analyzed C# code,but i am not able to generate analysis report,is there any way to generate pdf ? ,please help

    • @techmon2873
      @techmon2873  6 років тому +2

      Only SonarQube 5.0 below versions are having open source plugin PDF report and for rest versions you have to go for commercial/paid plugin

  • @manojpamarthi1029
    @manojpamarthi1029 5 років тому

    Why did you give MVC while running scanner bro

  • @sushmithashetty5324
    @sushmithashetty5324 2 роки тому

    Is there any way we can download the sonarqube report usinG CLI Commands.

  • @wendylopez8452
    @wendylopez8452 6 років тому

    Very interesting video. I want to download open source reports. Do you know how I can do it?

    • @techmon2873
      @techmon2873  6 років тому

      Do you mean the pdf reported generated by SonarQube? Is that then you have to login as admin into SonarQube dashboard then
      1.Go to the relevant dashboard, and click Configure widgets
      2. Look for PDF Report and click on click Add widget
      3.Select the SonarQube Project whose PDF Report widget you wants to add to this dashboard
      4.Save the changes
      5. Go to the dashboard you will be able see the download option for pdf report

    • @geetharavi8110
      @geetharavi8110 5 років тому

      is it working for sonarqube7.6 version