Could use two Sonar Scanners for one Sonar Qube project version

Here are two types source codes,
- .NET code, use sonar-scanner-msbuild
- web codes (using react, such as javascript\typescript\css), use sonar-scanner-cli for web codes

Can I analysis the codes using above two scanners at the same time,
and then post the analysis results to Sonar Qube server under the same Sonar Qube project, under the same Sonar Qube project version?

Thanks
Scott

Hey there.

You can only have a single scanner used – otherwise you’ll need multiple projects. However, when using the Scanner for .NET, we’ve documented how to add other languages/folders to that analysis.

I got it!
Thanks
Scott

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