I want to generate a pdf report with the command line, I do have sonarqube Enterprise with us. Do we have any direct APIs available to generate the project pdf report.
Hello @altafahemad,
The API api/governance_reports/download
should allow you to download the project report PDF. Note that this API is currently flagged as internal, and thus is subject to change/removal without notice.
Can you please explain why you are trying to do this from the command line? Are you trying to automate the download and storage of this kind of report?
Chris
Hi Chris, we are running Azure CI pipelines and have sonarqube scans running. We want to fetch reports after scanning.