We are using “dotnet-sonarscanner” for SonarQube analysis of .net6 projects as part of azure pipeline. Build, unit tests and sonar scanning (dotnet-sonarscanner begin/end) are all run from within a docker container.
Is it possible to get Sonarscan findings as PR comments in this configuration?
SonarQube is a local network install of the Enterprise Edition, v9.8.
Thanks for the heads up! We have scheduled for the upgrade within the next couple of weeks.
My question regarding PR integration basically boils down to whether SonarQube supports PR integration when the scanning is performed within a Docker container, or is it necessary to execute SonarQube step on the pipeline agent itself as part of the pipeline run? Could you please confirm that?