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

Skip to content

Commit c7731eb

Browse files
committed
Correct codeql database analyze command syntax
1 parent af80a25 commit c7731eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To analyze a CodeQL database with a CodeQL pack, run the following command:
6363

6464
::
6565

66-
codeql analyze <database> --allow-packs <scope>/<pack>@x.x.x
66+
codeql database analyze <database> --allow-packs <scope>/<pack>@x.x.x
6767

6868
- ``<database>``: the CodeQL database to be analyzed.
6969
- ``<scope>``: the name of the GitHub organization that the pack is published to.

0 commit comments

Comments
 (0)