You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLI_ARGS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@
48
48
49
49
| Option | Description |
50
50
| ------ | ----------- |
51
+
|`--dry-run`, `--no-dry-run`| Enable dry-run mode to validate configuration without connecting to SonarQube server or submitting analysis. See DRY_RUN_MODE.md for details |
51
52
|`--skip-jre-provisioning`, `-Dsonar.scanner.skipJreProvisioning`| If provided, the provisioning of the JRE will be skipped |
52
53
|`--sonar-branch-name`, `-Dsonar.branch.name`| Name of the branch being analyzed |
53
54
|`--sonar-build-string`, `-Dsonar.buildString`| The string passed with this property will be stored with the analysis and available in the results of api/project_analyses/search, thus allowing you to later identify a specific analysis and obtain its key for use with api/new_code_periods/set on the SPECIFIC_ANALYSIS type |
@@ -73,7 +74,6 @@
73
74
|`--sonar-scanner-arch`, `-Dsonar.scanner.arch`| Architecture on which the scanner will be running |
74
75
|`--sonar-scanner-cloud-url`, `-Dsonar.scanner.cloudUrl`| SonarQube Cloud base URL, https://sonarcloud.io for example |
75
76
|`--sonar-scanner-connect-timeout`, `-Dsonar.scanner.connectTimeout`| Time period to establish connections with the server (in seconds) |
76
-
|`--dry-run`, `--no-dry-run`| Enable dry-run mode to validate configuration without connecting to SonarQube server or submitting analysis. See [Dry Run Mode](DRY_RUN_MODE.md) for details. Can also be set via `-Dsonar.scanner.dryRun=true` or `SONAR_SCANNER_DRY_RUN=true`|
77
77
|`--sonar-scanner-internal-dump-to-file`, `-Dsonar.scanner.internal.dumpToFile`| Filename where the input to the scanner engine will be dumped. Useful for debugging |
78
78
|`--sonar-scanner-internal-sq-version`, `-Dsonar.scanner.internal.sqVersion`| Emulate the result of the call to get SQ server version. Useful for debugging with --sonar-scanner-internal-dump-to-file |
79
79
|`--sonar-scanner-java-exe-path`, `-Dsonar.scanner.javaExePath`| If defined, the scanner engine will be run with this JRE |
0 commit comments