Skip to content

Commit 11fead4

Browse files
authored
repo sync
2 parents 57fbc76 + cababa4 commit 11fead4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-codeql-code-scanning-in-your-ci-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Analyzes the code in the {% data variables.product.prodname_codeql %} databases
148148
| `--no-upload` | | None. Stops the {% data variables.product.prodname_codeql_runner %} from uploading the results to {% data variables.product.product_location %}. |
149149
| `--output-dir` | | Directory where the output SARIF files are stored. The default is in the directory of temporary files. |
150150
| `--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. |
151+
| <nobr>`--no-add-snippets`</nobr> | | None. Excludes code snippets from the SARIF output. |
152152
| `--threads` | | Number of threads to use when running queries. The default is to use all available cores. |
153153
| `--temp-dir` | | Directory where temporary files are stored. The default is _./codeql-runner_. |
154154
| `--debug` | | None. Prints more verbose output. |

0 commit comments

Comments
 (0)