Hi all,
is there a way to retrieve the current list of code smells, bugs and vulnerabilities for a particular project with the web API ?
I have been trying using python requests but I cannot manage to do it.
Thanks
Colin
(Colin)
July 19, 2022, 8:39am
#2
Take a look at this guide.
Every action that is taken in the SonarQube / SonarCloud UI is driven by the Web API. There is nothing you can do in SonarQube / SonarCloud that you cannot do using the Web API.
We put a great deal of effort into the UI and UX of our products and sincerely think that most actions should be completed there. Especially when it comes to viewing analysis results, the UI is the best place to view up-to-date information with the right context. We think it is much better that you give access…
Thank is will give it a try
Rebse
(Gilbert Rebhan)
July 19, 2022, 8:59am
#4
Hi,
this might be an option for you, see sonar-tools by Olivier Korach
Not sure if it works with Sonarcloud though.
Gilbert