Is it possible to analyze miltple git repos with one sonar project

Hi.

We have situation when project management asks to analyze multiple git repos with one sonar project - one analysis must contain analysis of all git repos.
That is:

  1. We take git repo A
  2. We take git repo B
  3. We take git repo C
  4. Run sonar analysis on git repos A, B, C at same time and they appear as one sonar analysis.
    Is it possible?

Hey there.

Sure, you can. SonarQube will analyze the code you throw at it. If you clone 3 Git repos to a directory and start the scan from the root directory, your code will be analyzed.

With that being said, SonarQube generally expects a single git repository to be analyzed in a single SonarQube project, so some SCM-related behavior might not work as expected.