Retrieve analysis resuslts from python with web api

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

1 Like

Take a look at this guide.

Thank is will give it a try

Hi,

this might be an option for you, see sonar-tools by Olivier Korach

Not sure if it works with Sonarcloud though.

Gilbert

Were you able to get this done? , I’m trying to achieve the same thing but could not find any clear guide

hi mali_j ,
i had success following the link posted by Colin in the first answer.
If you want, take a look at the file run.py in this repo : GitHub - muttistefano/ros2_sonarcloud: ROS2 code quality tool based on sonarcloud

1 Like