rctz/SonarQube PR Comment Action
A GitHub Action to run a SonarQube scan and post analysis results as a comment on a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sonar_token | The SonarQube token. | yes | — |
| sonar_host_url | The SonarQube host URL. | yes | — |
| sonar_project_key | The SonarQube project key. | yes | — |
| github_token | GitHub token for authentication. | yes | — |
Outputs
| name | description |
|---|---|
| analysis_report | The SonarQube analysis report in formatted text. |