Skip to content

Commit 270d49d

Browse files
committed
Refer to GitHub Packages.
1 parent 659af05 commit 270d49d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can publish your own CodeQL packs and use packs published by other people.
99

1010
Note
1111

12-
The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packs are available only in the GitHub Package Registry (GHPR). You must use version 2.5.8 or later of the CodeQL CLI to use the CodeQL package manager.
12+
The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packs are available only in GitHub Packages - the GitHub Container Registry (GHCR). You must use version 2.5.8 or later of the CodeQL CLI to use the CodeQL package manager.
1313

1414
Configuring the ``qlpack.yml`` file before publishing
1515
-----------------------------------------------------
@@ -19,7 +19,7 @@ You can check and modify the configuration details of your CodeQL pack prior to
1919
library: # set to true if the pack is a library. Set to false or omit for a query pack
2020
name: <scope>/<pack>
2121
version: x.x.x
22-
description:
22+
description:
2323
default-suite: # a query-suite file that has been inlined
2424
- query:
2525
default-suite-file: default-queries.qls # a pointer to a query-suite in this pack
@@ -66,7 +66,7 @@ To analyze a CodeQL database with a CodeQL pack, run the following command:
6666
- ``<scope>``: the name of the GitHub organization that the pack is published to.
6767
- ``<pack>``: the name for the pack that you are using.
6868
- ``@x.x.x``: an optional version number. If omitted, the latest version will be used.
69-
69+
7070
The ``analyze`` command will run the default suite of any specified CodeQL packs. You can specify multiple CodeQL packs to be used for analyzing a CodeQL database. For example:
7171

7272
::

0 commit comments

Comments
 (0)