Need help in setting-up automatic branch scanning

HI All,

I would like to scan all the branches from regular expression of filtered repositories in github org and execute sonar scanning on the branches. Can someone help me in achieving this ? I need this automated, no manual intervention.
I am using SonarQube 7.9, SonarScanner 4.2.

Thanks for your time.

Hello @Hanumanth

I’m not sure what kind of help you seek for here. Here we talk about SonarSource products and your question seems to address a broader context.

To fulfill your requirements, you basically need a CI/CD tool like Jenkins/AzureDevops/Bitbucket/etc. which will trigger analyses on these projects. Usually, these tools are configured to receive GitHub webhooks at each push and so trigger a job accordingly. These jobs have to include a SQ analysis.

Does it make sense to you?

1 Like