Running scheduled scan for multiple projects in gitlab

Hi, I have multiple projects in gitlab and need to do nightly scans everyday on all of them. Is there a way to configure such daily scans without having to manually configure the gitlab pipeline on all the projects?

Hey there.

Adding SonarQube analysis to your Gitlab CI pipelines will require adjusting the pipeline configuration for each project.

We also recommend analyzing on each commit, rather than a nightly run (but if this projects are only being built nightly, I suppose this is all you can do!)

Thanks @Colin !

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