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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,10 +128,10 @@ Afterwards, you can run the pack on a specific database:
128
128
The ``analyze`` command above runs the default suite from ``microsoft/coding-standards v1.0.0`` and the latest version of ``scope/other-pack`` on the specified database.
129
129
For further information about default suites, see ":ref:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`".
130
130
131
-
Running GitHub code scanning suites
132
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
+
Running query suites
132
+
~~~~~~~~~~~~~~~~~~~~
133
133
134
-
To run the GitHub code scanning suite of queries over a CodeQL database for a C/C++ codebase,
134
+
To run a query suite over a CodeQL database for a C/C++ codebase,
135
135
you could use the following command from the directory containing your database::
0 commit comments