Hello, there!
This is a follow up from this topic Gitlab.com merge request decoration - unfortunately I went on vacation and didn’t manage to reply in there before it was closed.
Currently our repos are hosted on GitLab.com and we’re using Sonarcloud for quality analysis.
Our Sonarcloud account is accessed through Azure SSO (Active Directory + DevOps). From what I understood, this implies we can only link projects coming from Azure DevOps but as I mentioned our repos are on GitLab.com.
All our projects on Sonarcloud were created automatically from our GitLab CI setup: we expose the Sonarcloud token which allows the job to run and send the collected data to our Sonarcloud account based on the project key inside the sonar-project.properties
file. This part is working fine, by the wat
Moreover, I have checked the docs on how to Import GitLab projects though it requires “Log in with GitLab” however we would like to keep the current SSO setup with Azure.
Given the above, would it be possible to get both? As in signing in to Sonarcloud through Azure - retaining SSO capabilities - but import projects using GitLab.com. If not, is there an alternative? I’m totally open to suggestions
I’d appreciate any help on this
Many thanks in advance!