malnati/Ops SonarQ
Scan with idempotence.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan | yes | api |
| project_key | Project key | no | nome-do-projeto |
| project_name | Project name | no | Nome do Projeto |
| sonar_token | SonarQube token (preferred over user/password) | no | "" |
| quality_profile | Quality Profile name to associate | no | Sonar way |
| quality_profile_language | Quality Profile language key | no | js |
| quality_gate | Quality Gate name to associate | no | Sonar way |
| scanner_debug | Enable SonarScanner debug (-X) | no | false |
| skip_pr | Skip commit/PR step | no | false |
Outputs
| name | description |
|---|---|
| report_path | Path to the generated report directory. |
| status | Quality Gate status. |