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: content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-codeql-code-scanning-in-your-ci-system.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,9 @@ Analyzes the code in the {% data variables.product.prodname_codeql %} databases
147
147
| <nobr>`--checkout-path`</nobr> || The path to the checkout of your repository. The default is the current working directory. |
148
148
|`--no-upload`|| None. Stops the {% data variables.product.prodname_codeql_runner %} from uploading the results to {% data variables.product.product_location %}. |
149
149
|`--output-dir`|| Directory where the output SARIF files are stored. The default is in the directory of temporary files. |
150
+
|`--ram`|| Amount of memory to use when running queries. The default is to use all available memory. |
151
+
|`--no-add-snippets`|| None. Includes code snippets in the SARIF output. |
152
+
|`--threads`|| Number of threads to use when running queries. The default is to use all available cores. |
150
153
|`--temp-dir`|| Directory where temporary files are stored. The default is _./codeql-runner_. |
151
154
|`--debug`|| None. Prints more verbose output. |
152
155
|`-h`, `--help`|| None. Displays help for the command. |
0 commit comments