Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4733653

Browse files
committed
Add a note on how to install dependencies from GHES
1 parent e4462b7 commit 4733653

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,11 @@ This command downloads all dependencies to the shared cache on the local disk.
6868
Note
6969

7070
Running the ``codeql pack add`` and ``codeql pack install`` commands will generate or update the ``qlpack.lock.yml`` file. This file should be checked-in to version control. The ``qlpack.lock.yml`` file contains the precise version numbers used by the pack.
71+
72+
.. pull-quote::
73+
74+
Note
75+
76+
By default ``codeql pack install`` will install dependencies from the GitHub.com Container registry.
77+
You can install dependencies from a GitHub Enterprise Server Container registry by creating a ``qlconfig.yml`` file.
78+
For more information, see ":doc:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`."

0 commit comments

Comments
 (0)