We currently are running our SonarQube Analysis Scans in our pipelines. I am looking for help generating a report of the scan and we can publish the output as a file to the pipeline as an artifact. Is there any ADO Tasks, or API calls we can make for this?
The Enterprise plan offers what we’ve called a regulatory report, which is a complete rundown of the analysis. There’s no automatic download functionality, but you could script grabbing it with the AIP once the Quality Gate status is returned (E.G.)
The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.