open-source-contrib/Org Repo Scanner
Scans the organization repositories & then fetches the code metrics from Sonarcloud and generates a nice report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org | The github organization | yes | — |
| gh-user | The github user scanning the organization - needed by github API | yes | — |
| token | The github access token | yes | — |
| kind | Kind of workflow [Currently supported: PIPELINE_GH_SONARCLOUD_MD_COMMIT] | yes | — |
| sonar-token | Token for sonar cloud | yes | — |
| sonar-url | Api URL for sonar cloud | no | https://sonarcloud.io/ |
| sonar-org | Org Key for sonar cloud | yes | — |
| sonar-format | Project key format for sonar cloud | no | {0}_{1} |
| md-file | Name of markdown file | no | README |
| newrelic-key | Key for New Relic API | no | — |
| newrelic-address | Address for new relic API | no | — |
| ingester | Name of ingester to be passed to New relic logs | no | — |
Outputs
| name | description |
|---|---|
| summary-title | The title of the code metrics action. |
| summary-details | A detailed summary of the pull request. |