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

Skip to content

Commit 4116bfa

Browse files
committed
Add more naming restrictions.
1 parent e7bfa8f commit 4116bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/codeql/codeql-cli/about-codql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following properties are supported in ``qlpack.yml`` files.
6161
* - ``name``
6262
- ``octo-org/security-queries``
6363
- All packs
64-
- The scope, where the CodeQL pack is published, and the name of the pack defined using alphanumeric characters, hyphens, and periods. It must be unique as CodeQL cannot differentiate between CodeQL packs with identical names. Use the pack name to specify queries to run using ``database analyze`` and to define dependencies between QL packs (see examples below).
64+
- The scope, where the CodeQL pack is published, and the name of the pack defined using alphanumeric characters, hyphens, and periods. It must be unique as CodeQL cannot differentiate between CodeQL packs with identical names. Name components cannot start or end with a hyphen. Additionally, a period is not allowed in pack names at all. Use the pack name to specify queries to run using ``database analyze`` and to define dependencies between QL packs (see examples below).
6565
* - ``version``
6666
- ``0.0.0``
6767
- All packs

0 commit comments

Comments
 (0)