From 1cdb345148729cd7fcd5e449195af090e5e710be Mon Sep 17 00:00:00 2001 From: Dominik Bamberger Date: Mon, 26 Jul 2021 11:40:20 +0200 Subject: [PATCH] Add missing table columns. --- docs/codeql/codeql-cli/about-codeql-packs.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/codeql/codeql-cli/about-codeql-packs.rst b/docs/codeql/codeql-cli/about-codeql-packs.rst index ac1647152e1..945b0d5a856 100644 --- a/docs/codeql/codeql-cli/about-codeql-packs.rst +++ b/docs/codeql/codeql-cli/about-codeql-packs.rst @@ -92,10 +92,13 @@ The following properties are supported in ``qlpack.yml`` files. - The path to a directory within the pack that contains upgrade scripts, defined relative to the pack directory. The ``database upgrade`` action uses these scripts to update databases that were created by an older version of an extractor so they're compatible with the current extractor (see `Upgrade scripts for a language <#upgrade-scripts-for-a-language>`__ below.) * - ``authors`` - ``example@github.com`` + - All packs - Metadata that will be displayed on the packaging search page in the packages section of the organization that a CodeQL pack is published to. * - ``licenses`` - ``(LGPL-2.1 AND MIT)`` + - All packs - Metadata that will be displayed on the packaging search page in the packages section of the organization that a CodeQL pack is published to. * - ``description`` - ``Human-readable description of the software packaged in the image.`` + - All packs - Metadata that will be displayed on the packaging search page in the packages section of the organization that a CodeQL pack is published to.