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-overview/codeql-tools.rst
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,40 @@ CodeQL command-line interface
13
13
14
14
The CodeQL command-line interface (CLI) is primarily used to create databases for
15
15
security research. You can also query CodeQL databases directly from the command line
16
-
or using the Visual Studio Code extension. For more information, see
17
-
":ref:`CodeQL CLI <codeql-cli>`."
16
+
or using the Visual Studio Code extension.
17
+
The CodeQL CLI can be downloaded from `GitHub releases <https://github.com/github/codeql-cli-binaries/releases>`__.
18
+
For more information, see ":ref:`CodeQL CLI <codeql-cli>`" and the `CLI changelog <https://github.com/github/codeql-cli-binaries/blob/main/CHANGELOG.md>`__.
For more information, see ":ref:`About CodeQL packs <about-codeql-packs>`."
43
+
44
+
CodeQL bundle
45
+
-----------------------------
46
+
47
+
The CodeQL bundle consists of the CodeQL CLI together with the standard CodeQL query and library packs
48
+
maintained by GitHub. The bundle can be downloaded from `GitHub releases <https://github.com/github/codeql-action/releases>`__.
49
+
Use this when running `code scanning with CodeQL <https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql>`__ on GitHub Actions or in another CI system.
0 commit comments