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
-e, --env stringArray Define additional environment variables for the Qodana container (you can use the flag multiple times). CLI is not reading full host environment variables and does not pass it to the Qodana container for security reasons
173
-
-v, --volume stringArray Define additional volumes for the Qodana container (you can use the flag multiple times)
174
-
-u, --user string User to run Qodana container as. Please specify user id – '$UID' or user id and group id $(id -u):$(id -g). Use 'root' to run as the root user (default: the current user)
175
-
--skip-pull Skip pulling the latest Qodana container
176
-
--print-problems Print all found problems by Qodana in the CLI output
177
-
--clear-cache Clear the local Qodana cache before running the analysis
178
-
-w, --show-report Serve HTML report on port
179
-
--port int Port to serve the report on (default 8080)
180
-
-a, --analysis-id string Unique report identifier (GUID) to be used by Qodana Cloud
181
-
-b, --baseline string Provide the path to an existing SARIF report to be used in the baseline state calculation
182
-
--baseline-include-absent Include in the output report the results from the baseline run that are absent in the current run
183
-
--commit string Base changes commit to reset to, useful with --script local-changes: analysis will be run only on changed files since commit X, 'reset' will be cancelled once the analysis is finished if the commit prefix does not contain CI prefix
184
-
--fail-threshold string Set the number of problems that will serve as a quality gate. If this number is reached, the inspection run is terminated with a non-zero exit code
185
-
--disable-sanity Skip running the inspections configured by the sanity profile
186
-
-d, --source-directory string Directory inside the project-dir directory must be inspected. If not specified, the whole project is inspected
187
-
-n, --profile-name string Profile name defined in the project
188
-
-p, --profile-path string Path to the profile file
189
-
--run-promo string Set to 'true' to have the application run the inspections configured by the promo profile; set to 'false' otherwise (default: 'true' only if Qodana is executed with the default profile)
190
-
--script string Override the run scenario (default "default")
191
-
--stub-profile string Absolute path to the fallback profile file. This option is applied in case the profile was not specified using any available options
192
-
--property stringArray Set a JVM property to be used while running Qodana using the --property property.name=value1,value2,...,valueN notation
193
-
-s, --save-report Generate HTML report (default true)
194
-
-h, --help help for scan
168
+
-l, --linter string Override linter (Docker image) to use
169
+
-i, --project-dir string Root directory of the inspected project (default ".")
170
+
-o, --results-dir string Override directory to save Qodana inspection results to (default <userCacheDir>/JetBrains/<linter>/results) (default "/Users/tv/Library/Caches/JetBrains/Qodana/e3b0c442-250e5c26/results")
--report-dir string Override directory to save Qodana HTML report to (default <userCacheDir>/JetBrains/<linter>/results/report) (default "/Users/tv/Library/Caches/JetBrains/Qodana/e3b0c442-250e5c26/results/report")
173
+
--print-problems Print all found problems by Qodana in the CLI output
174
+
--clear-cache Clear the local Qodana cache before running the analysis
175
+
-w, --show-report Serve HTML report on port
176
+
--port int Port to serve the report on (default 8080)
177
+
--yaml-name string Override qodana.yaml name to use: 'qodana.yaml' or 'qodana.yml'
178
+
-a, --analysis-id string Unique report identifier (GUID) to be used by Qodana Cloud (default "39505ede-88ba-4577-a325-fc1e0a59fa01")
179
+
-b, --baseline string Provide the path to an existing SARIF report to be used in the baseline state calculation
180
+
--baseline-include-absent Include in the output report the results from the baseline run that are absent in the current run
181
+
--full-history --commit Go through the full commit history and run the analysis on each commit. If combined with --commit, analysis will be started from the given commit. Could take a long time.
182
+
--commit --script local-changes Base changes commit to reset to, resets git and runs linter with --script local-changes: analysis will be run only on changed files since the given commit. If combined with `--full-history`, full history analysis will be started from the given commit.
183
+
--fail-threshold string Set the number of problems that will serve as a quality gate. If this number is reached, the inspection run is terminated with a non-zero exit code
184
+
--disable-sanity Skip running the inspections configured by the sanity profile
185
+
-d, --source-directory string Directory inside the project-dir directory must be inspected. If not specified, the whole project is inspected
186
+
-n, --profile-name string Profile name defined in the project
187
+
-p, --profile-path string Path to the profile file
188
+
--run-promo string Set to 'true' to have the application run the inspections configured by the promo profile; set to 'false' otherwise (default: 'true' only if Qodana is executed with the default profile)
189
+
--script string Override the run scenario (default "default")
190
+
--stub-profile string Absolute path to the fallback profile file. This option is applied in case the profile was not specified using any available options
191
+
--apply-fixes Apply all available quick-fixes, including cleanup
192
+
--cleanup Run project cleanup
193
+
--property stringArray Set a JVM property to be used while running Qodana using the --property property.name=value1,value2,...,valueN notation
194
+
-s, --save-report Generate HTML report (default true)
195
+
-e, --env stringArray Only for container runs. Define additional environment variables for the Qodana container (you can use the flag multiple times). CLI is not reading full host environment variables and does not pass it to the Qodana container for security reasons
196
+
-v, --volume stringArray Only for container runs. Define additional volumes for the Qodana container (you can use the flag multiple times)
197
+
-u, --user string Only for container runs. User to run Qodana container as. Please specify user id – '$UID' or user id and group id $(id -u):$(id -g). Use 'root' to run as the root user (default: the current user)
198
+
--skip-pull Only for container runs. Skip pulling the latest Qodana container
0 commit comments