na1307/SonarScanner for .NET - Cloud
Makes it easy to use SonarScanner for .NET with SonarQube Cloud.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| shell | The shell to use in the build step. The default is pwsh for Windows runners and bash for non-Windows runners. | no | — |
| sonarscanner-version | The version of dotnet-sonarscanner to install (if not already installed). If omitted, the latest version will be used. | no | — |
| github-token | The GitHub token. | no | ${{ github.token }} |
| project-key | The Project key. | no | ${{ github.repository_owner }}_${{ github.event.repository.name }} |
| organization | The organization. | no | ${{ github.repository_owner }} |
| sonar-token | The SonarQube token. | yes | — |
| jre-provisioning | Whether to use automatic JRE provisioning. | no | true |
| additional-properties | Additional properties when begin (Useful when handling test coverage). Note: You must use hyphens (-) and not slashes (/). Otherwise the action may fail. | no | "" |
| build-commands | Build (and test) commands (dotnet or msbuild). | yes | — |
Outputs
no outputs