Hi, I am looking for ways scan all of my registered gitlab projects. I know that GET api/projects/search can return the info of all the projects, including the project ID. With the project ID, will I be able to set up a different repo in gitlab and configure the CICD of that new repo to scan all of the projects by project ID?
Hi,
I’m confused about your proposed order of operations.
Theoretically, you would import your projects from GitLab into SonarQube and then set up your CI to run the analysis.
Ann
Hi I am exploring the possibility of scanning a gitlab repo (potentially more repos) from a different repo’s CICD pipeline.
For example, RepoA and RepoB in gitlab contain the codes I want to scan. Is there any way to use RepoC in gitlab to somehow initiate such scans?
Hi,
No clean scenario comes to mind.
Ann
Okay thanks for letting me know!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.