Working on integrating Sonar with an internal tool being developed
Need a Rest API to run the project analysis (which usually happens with Jenkins pipeline)
After going through the WEB API documentation I couldn’t find any API which can trigger analysis of the project for a specific branch.
Web API - SonarQube
is it possible to scan a repository with Web API, can someone please help on this
Hey there.
It’s not possible to initiate analysis with a Web API. You need to run the scanner via some pipeline or another.
1 Like