SonarScanner image for .net core sdk 6.0

Please suggest sonar scanner image for .net core with sdk 6.0.

Hi,

The docs should help.

 
Ann

Hi @kjoshi ,

Can you explain more about why you want a Docker image of Sonar Scanner for .NET? What environment or CI tool is needed to use the image? Are you wanting to do custom things with it or just integrate it with your pipeline?

We don’t have such an image ready, so we are collecting more information about your use case before we proceed with developing such a capability.

Hi Joe

I need to integrate with my CI/CD pipeline.

1 Like

Hi @kjoshi ,

Because there isn’t an official Docker image for dotnet sonarscanner yet (and due to certain dependencies), you will have to find alternative methods.

Here are some links that might help you:
https://hub.docker.com/r/burakince/docker-dotnet-sonarscanner/
https://hub.docker.com/r/nosinovacao/dotnet-sonar
https://www.mytechramblings.com/posts/running-a-sonarqube-scan-when-building-docker-image/

These other Sonar Community posts should help you: