Sonarqube/SonarScanner Gitlab integration

SonarQube Developer Edition 9.3; SonarScanner 4.6.2.2472

Is there any way to enable DevOps Platform Integration (Gitlab in my case) for each project through the SonarScanner cli: to select “Configuration Name” and to set Project ID? I see that there is a way to do that through the Web API. is there similar setting for SonarScanner?

I don’t want to configure those integrations manually each time the new project started.


Hi @alex_k ,
There is no way to pass those arguments into the sonar-scanner CLI. These parameters belong to the instance/project configuration itself, not the analysis (which the scanner aims for).
I guess there is no other way than passing it through the webApi.

I hope it answers your question.
Kind regards,
Christophe

Hi @Christophe_Havard ,

Thank you, already done that with the API request

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.