Vulnerabilities report from API

Welcome :slight_smile:

using Sonarqube for some years now, i never used an export csv feature.
Is this a builtin function or provided by a plugin ?

Using the Sonarqube web api means
you write a script or use curl to call the relevant endpoints
you get the json in response
then it’s usual json parsing and creating the content (csv, pdf …)
see this threads for some snippets using Groovy

Otherwise there are plugins:

Free (works only with Sonarqube 7)

great potential, unfortunately it’s not ready yet
see this thread for details

$
the Governance plugin by Sonarsource, available with Enterprise edition and higher

Finally it maybe even possible to use Excel > Data from web > Sonarqube url to produce
some csv :wink:

Gilbert