na1307/SonarScanner for .NET - Cloud

Makes it easy to use SonarScanner for .NET with SonarQube Cloud.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
shellThe shell to use in the build step. The default is pwsh for Windows runners and bash for non-Windows runners.no
sonarscanner-versionThe version of dotnet-sonarscanner to install (if not already installed). If omitted, the latest version will be used.no
github-tokenThe GitHub token.no${{ github.token }}
project-keyThe Project key.no${{ github.repository_owner }}_${{ github.event.repository.name }}
organizationThe organization.no${{ github.repository_owner }}
sonar-tokenThe SonarQube token.yes
jre-provisioningWhether to use automatic JRE provisioning.notrue
additional-propertiesAdditional properties when begin (Useful when handling test coverage). Note: You must use hyphens (-) and not slashes (/). Otherwise the action may fail.no""
build-commandsBuild (and test) commands (dotnet or msbuild).yes

no outputs