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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ For further information about default suites, see ":ref:`Publishing and using Co
138
138
Running a subset of queries in a CodeQL pack
139
139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140
140
141
-
Additionally, you can include a path at the end of a pack specification to run a subset of queries inside the pack. This applies to any command that locates or runs queries within a pack.
141
+
Additionally, CodeQL CLI v2.10.0 or later, you can include a path at the end of a pack specification to run a subset of queries inside the pack. This applies to any command that locates or runs queries within a pack.
142
142
143
143
The complete way to specify a set of queries is in the form ``scope/name@range:path``, where:
144
144
@@ -174,7 +174,7 @@ To analyze your database using the `cpp-security-and-quality.qls` query suite fr
For more information about CodeQL packs, see :doc:`About CodeQL Packs <about-codeql-packs>`.
179
179
180
180
Running query suites
@@ -263,7 +263,7 @@ you can include the query help for your custom queries in SARIF files generated
263
263
After uploading the SARIF file to GitHub, the query help is shown in the code scanning UI for any
264
264
alerts generated by the custom queries.
265
265
266
-
From CodeQL CLI 2.7.1 onwards, you can include markdown-rendered query help in SARIF files
266
+
From CodeQL CLI v2.7.1 onwards, you can include markdown-rendered query help in SARIF files
267
267
by providing the ``--sarif-add-query-help`` option when running
268
268
``codeql database analyze``.
269
269
For more information, see `Configuring CodeQL CLI in your CI system <https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system#analyzing-a-codeql-database>`__
0 commit comments