Remove obsolete '--allow-packs' flag.

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Dominik Bamberger
2021-07-26 11:17:25 +02:00
committed by GitHub
parent 66922dcfa8
commit 1f439a15db

View File

@@ -60,7 +60,7 @@ To analyze a CodeQL database with a CodeQL pack, run the following command:
::
codeql database analyze <database> --allow-packs <scope>/<pack>@x.x.x
codeql database analyze <database> <scope>/<pack>@x.x.x
- ``<database>``: the CodeQL database to be analyzed.
- ``<scope>``: the name of the GitHub organization that the pack is published to.