From e7bfa8f6ac065c45cd009f8ae3f9d656d1e43b4e Mon Sep 17 00:00:00 2001 From: Dominik Bamberger Date: Mon, 26 Jul 2021 09:18:07 +0200 Subject: [PATCH] Use a less generic example. --- docs/codeql/codeql-cli/about-codql-packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/about-codql-packs.rst b/docs/codeql/codeql-cli/about-codql-packs.rst index 358215fde08..f6ec4e67d0d 100644 --- a/docs/codeql/codeql-cli/about-codql-packs.rst +++ b/docs/codeql/codeql-cli/about-codql-packs.rst @@ -59,7 +59,7 @@ The following properties are supported in ``qlpack.yml`` files. - Required - Purpose * - ``name`` - - ``codeql/queries`` + - ``octo-org/security-queries`` - All packs - 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). * - ``version``