Cake Addin to run the sonnar-scanner tool.
#addin nuget:?package=Cake.SonarScanner&version=1.1.0
<package id="Cake.SonarScanner" version="1.1.0" />
dotnet add package Cake.SonarScanner --version 1.1.0
<PackageReference Include="Cake.SonarScanner" Version="1.1.0" />
Aliases
Contains functionality for using the Sonar Scanner tool
General
SonarScanner |
Runs SonarScanner with the default settings |
SonarScanner |
Runs SonarScanner with the specified settings |