From 6240b6e6997cb2ec85459b44ed61f66b41c6dad3 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 31 Aug 2022 11:05:26 -0700 Subject: [PATCH] Update docs/codeql/codeql-cli/about-codeql-workspaces.rst Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com> --- docs/codeql/codeql-cli/about-codeql-workspaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/about-codeql-workspaces.rst b/docs/codeql/codeql-cli/about-codeql-workspaces.rst index 260b3d7e88b..0b0ca53ea17 100644 --- a/docs/codeql/codeql-cli/about-codeql-workspaces.rst +++ b/docs/codeql/codeql-cli/about-codeql-workspaces.rst @@ -14,7 +14,7 @@ In most cases, the CodeQL workspace and all CodeQL packs contained in it should The ``codeql-workspae.yml`` file -------------------------------- -A CodeQL workspace is defined by a ``codeql-workspace.yml`` yaml file. This file contains a ``provide`` block, and optionally an ``ignore`` block. The ``provide`` block contains a list of glob patterns that define the CodeQL packs that are available in the workspace. The ``ignore`` block contains a list of glob patterns that define CodeQL packs that are not available in the workspace. Each entry in the ``provide`` or ``ignore`` section must map to a path to a ``qlpack.yml`` file. All glob patterns are relative to the directory containing the workspace file. See `@actions/glob ` for a list of patterns accepted in this file. +A CodeQL workspace is defined by a ``codeql-workspace.yml`` yaml file. This file contains a ``provide`` block, and optionally an ``ignore`` block. The ``provide`` block contains a list of glob patterns that define the CodeQL packs that are available in the workspace. The ``ignore`` block contains a list of glob patterns that define CodeQL packs that are not available in the workspace. Each entry in the ``provide`` or ``ignore`` section must map to a path to a ``qlpack.yml`` file. All glob patterns are relative to the directory containing the workspace file. See `@actions/glob `__ for a list of patterns accepted in this file. For example, the following ``codeql-workspace.yml`` file defines a workspace that contains all CodeQL packs recursively found in the ``codeql-packs`` directory, except for the packs in the ``experimental`` directory: