actions-marketplace-validations/SonarQube Lightweight Scan
Scan your code with SonarQube Scanner to detect bugs, vulnerabilities and code smells in more than 25 programming languages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 23, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ddoice_sonarqube-simple@c03fde688b886c60b95587589ccfe528dc63effe # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SonarQube server URL | yes | — |
| projectKey | The project's unique key. Allowed characters are: letters, numbers, -, _, . and :, with at least one non-digit. | no | "" |
| projectName | Name of the project that will be displayed on the web interface. | no | "" |
| projectVersion | The project version. | no | "" |
| projectBaseDir | Set the sonar.projectBaseDir analysis property | no | . |
| login | Login or authentication token of a SonarQube user | yes | — |
| password | Password that goes with the sonar.login username. This should be left blank if an authentication token is being used. | no | — |
Outputs
no outputs