Skip to content

HomecareHomebase/Cake.SonarScanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cake.SonarScanner

Pre requisites

Either use Cake.Chocolatey.Module or ensure sonar-scanner is on your path

Usage

#tool "choco:?package=sonarcube-scanner&version=3.0.3.778&include=./**/*.bat"
#addin "nuget:?package=Cake.SonarScanner"
    
// Assuming a sonar-scanner.properties on the current directory
SonarScanner(new SonarScannerSettings {
    Properties = new Dictionary<string, string> {
        {"sonar.login", EnvironmentVariable("sonar_scanner_token")}
    }
});

Build status NuGet Coverage Status Quality Gate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 66.6%
  • PowerShell 33.4%