Hi, I hope i can get some help here…I am looking into if it is possible to create reports by using sonarcloud webhooks and wanted a confirmation before i deep dive. Are webhooks ment for sending data so that a report can be created showing the results after a build? Does anyone have any experience with this and is it worth implementing or is another approach more suitable?
Webhooks are meant to notify external systems (like a CI pipeline) that analysis has been completed and a few specific metrics (like whether or not the Quality Gate is passing or failing).
The results after the build are available right in the SonarCloud UI. They’re up-to-date, in the right context, and actionable. What more are you looking for with regards to reports
Thx for your answer Colin My main requirement is that I need to show the results to our mother company, Security office. So i need to be able to extract the results and show a report.
I know there is a plugin, sonar-cnes-report but i am unsure if it works with sonarcloud?
Usually, we’d recommend giving folks who need to review the results access to your SonarCloud organization!
Right now, you’d have to build any external reporting functionality using the SonarCloud Web API. We expect more reporting functionalities to come available in our future enterprise offerings.