Skip to content

cassiofariasmachado/docker-dotnet-sonarscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker DotNet SonarScanner

Docker image to help with Sonar analysis of .Net Core codebases. This image uses the dotnet-sonarscanner tool for .Net Core.

Usage

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

Versions

The versions of this repository follow the same pattern of the images from Microsoft of .NET Core SDK.

Related documentation

About

A docker image to use with dotnet sonarscanner tool.

Resources

Stars

Watchers

Forks

Packages

No packages published