From 77f481d8daa998b2a6e4d03d54a7fca20d094eef Mon Sep 17 00:00:00 2001 From: Dominik Bamberger <72066+b4mboo@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:15:45 +0200 Subject: [PATCH] Fix command invocation. Co-authored-by: Andrew Eisenberg --- .../codeql-cli/analyzing-databases-with-the-codeql-cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst index 435199b2fa4..3725c31c537 100644 --- a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst @@ -137,7 +137,7 @@ you could use the following command from the directory containing your database: codeql database analyze cpp-code-scanning.qls --format=sarifv2.1.0 --output=cpp-results.sarif The analysis generates a file in the v2.1.0 SARIF format that is supported by all versions of GitHub. -This file can be uploaded to GitHub using ``github upload-results`` or the code scanning API. +This file can be uploaded to GitHub executing ``codeql github upload-results`` or the code scanning API. For more information, see `Analyzing a CodeQL database `__ or `Code scanning API `__ in the GitHub documentation.