xmidt-org/Sonarcloud Project Configuration Action
Provide a simple way to automate sonarcloud projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| create-missing-project | Create a project in Sonarcloud if one is missing, defaults to true | no | true |
| sonarcloud-org | The Sonarcloud organization name if you have set it to something other than the github org name. | no | "" |
| analysis-mode | Set the analysis mode to one of: cloud, ci or unchanged (default) | no | unchanged |
| new-code-delta | Set the way new code is identified to one of: "", commit, date, days, tag | no | — |
| new-code-tag | If new-code-delta is set to "tag" this field specifies the tag to diff against. | no | — |
| new-code-date | If new-code-delta is set to "date" this field specifies the date to measure from. | no | — |
| new-code-days | If new-code-delta is set to "days" this field specifies the number of days. | no | — |
| sonar-token | The Sonarcloud token used for auth. | yes | — |
Outputs
no outputs