3dhdsoft/SonarscanEx
SonarScanner for .NET.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 27, 2024
- License
- MIT
Pinned Snippet
uses: 3dhdsoft/sonarscanex@8259ce41c3381c3e81835b82e44403670937c40b # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| sonarOrganization | The name of the SonarQube organization in SonarCloud. For hosted SonarQube, skip this setting. | no | — |
| sonarProjectName | The name of the SonarQube project | yes | — |
| sonarProjectKey | The key of the SonarQube project | yes | — |
| sonarHostname | The SonarQube server URL. For SonarCloud, skip this setting. | no | https://sonarcloud.io |
| sonarBeginArguments | Optional extra command arguments the the SonarScanner 'begin' command | no | — |
| dotnetPreBuildCmd | Optional command run before the 'dotnet build' | no | — |
| dotnetBuildArguments | Optional command arguments to 'dotnet build' | no | — |
| dotnetTestArguments | Optional command arguments to 'dotnet test' | no | — |
| dotnetDisableTests | Optional. Set to 1 or true to not run 'dotnet test' command | no | — |
| githubRunNumber | Optional. GitHub run number (how many times the caller job has been ran) | no | — |
Outputs
| name | description |
|---|---|
| gh_sha | GitHub commit SHA |
| html_url | SonarCloud Code Analysis html url |