Hi,
I’m trying to bind Github repo to a Sonarqube project but still getting “Unknown url : /api/alm_settings/set_github_binding” error despite the url exists and I have configured the Github app properly.
Hi,
I’m trying to bind Github repo to a Sonarqube project but still getting “Unknown url : /api/alm_settings/set_github_binding” error despite the url exists and I have configured the Github app properly.
Hi Lucas,
Thanks for the report. /api/alm_settings/set_github_binding is a SonarQube Server (self-hosted) endpoint — it doesn’t exist on SonarQube Cloud, which is why you’re seeing “Unknown url” rather than a normal error response.
On SonarQube Cloud, project-to-repo binding works differently:
Recommended: via the UI — go to your project’s Administration > General Settings > Repository Binding, and bind it to your GitHub repo there directly.
If you need to script it (e.g. binding many projects at once), we have a documented API flow: Binding repositories to SonarQube Cloud projects via API.
Could you confirm which path you’re on — UI or scripted — so I can help further if it’s still not working?