nelsoncanarinho/create-sonar-project
Create a project in SonarCloud using web api.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| SONAR_PROJECT_NAME | Sonar custom name for the project. Default is the repo name. | — | — |
| SONAR_PROJECT_KEY | Sonar custom project key. Default is the repo name. | no | — |
| SONAR_ORGANIZATION | Name of the organization configured in Sonar. Default is the repo owner. | no | — |
| SONAR_DEFAULT_BRANCH | Name of the main branch of the project | no | main |
| SONAR_TOKEN | Sonar token used to integrate with SonarCloud api. | yes | — |
Outputs
| name | description |
|---|---|
| SONAR_ORGANIZATION | Sonar organization for the created project |
| SONAR_PROJECT_KEY | Sonar project key for the created project |