codebeltnet/Analyze with SonarCloud
An opinionated action that downloads SonarCloud quality profiles and prepares your project for SonarScanner for .NET.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The SonarCloud generated token. | yes | — |
| projectKey | The key of your project in SonarCloud. | yes | — |
| organization | The name of your organization in SonarCloud. | yes | — |
| version | The version of your project, e.g. 1.0.0. | yes | — |
| host | The host URL of your SonarCloud instance, e.g. https://sonarcloud.io. | yes | https://sonarcloud.io |
| parameters | Additional properties to be passed to the scanner. Default is to use properties tailored for C# and the coding conventions followed by Codebelt. | no | -d:sonar.exclusions='**/obj/**,**/bin/**' |
Outputs
no outputs