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: docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ You can also specify:
64
64
see `Configuring CodeQL CLI in your CI system <https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system>`__ in the GitHub documentation.
65
65
66
66
- ``--sarif-add-query-help``: (supported in version 2.7.1 onwards) adds any custom query help written
67
-
in Markdown to SARIF (v2.1.0 or later) analysis results. For each query that runs, CodeQL command
68
-
replaces the ``.ql`` extension of the query file with ``.md``. If the .md file exists,
69
-
its contents are treated as Markdown-formatted help text for the query and included in the SARIF output.
67
+
in Markdown to SARIF (v2.1.0 or later) analysis results. Query help stored in ``.qhelp`` files must be
68
+
converted to ``.md`` before running the analysis. For further information,
69
+
see ":doc:`Testing query help files <testing-query-help-files>`."
0 commit comments