2020-10-05 12:17:34 +01:00
|
|
|
# sonar-scanner
|
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
> A generic scanner for SonarQube projects that do not use build tools such as Maven, Gradle, or Ant.
|
2020-10-05 12:17:34 +01:00
|
|
|
> More information: <https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/>.
|
|
|
|
|
|
|
|
- Scan a project with configuration file in your project's root directory named `sonar-project.properties`:
|
|
|
|
|
|
|
|
`sonar-scanner`
|
|
|
|
|
|
|
|
- Scan a project using configuration file other than `sonar-project.properties`:
|
|
|
|
|
|
|
|
`sonar-scanner -D{{project.settings=myproject.properties}}`
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Print debugging information:
|
2020-10-05 12:17:34 +01:00
|
|
|
|
|
|
|
`sonar-scanner -X`
|
2024-01-30 04:55:24 +00:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`sonar-scanner -h`
|