Integrate SonarQube with your AI agent, scan for secrets and dependency risks, and explore and manage issues—all from the command line.
Start using SonarQube CLI
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