DroidsOnRoids / bitrise-step-sonarqube-scanner

Step for running SonarQube Scanner CLI
MIT License
6 stars 19 forks source link

Report not generating through "sonar.report.export.path" #28

Open Andy-Ngu opened 1 year ago

Andy-Ngu commented 1 year ago

Hi all,

I am trying to create a report through "sonar.report.export.path=sonar-report.json" in my Bitrise workflow. I'm expecting a report to be generated.

This seems to have been deprecated recently: https://community.sonarsource.com/t/not-able-to-generate-sonarqube-report-in-json-format/61119

Is there way to get the report generated on the Bitrise SonarQube Scanner step?

Thanks,

Andy

koral-- commented 1 year ago

According to this thread: https://community.sonarsource.com/t/sonar-report-json-is-this-file-still-available/5827/11 it should be possible to download the report using Sonar API.