Docker image to help with Sonar analysis of .Net Core codebases. This image uses the dotnet-sonarscanner tool for .Net Core.
You can use this image in the following way:
docker run -it -v $(pwd):/source cassiofariasmachado/dotnet-sonarscanner:latest
dotnet sonarscanner begin /k:"project-key"
dotnet build
dotnet sonarscanner end
The versions of this repository follow the same pattern of the images from Microsoft of .NET Core SDK.