1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Update CodeQL CLI manual (#50008)

This commit is contained in:
docs-bot
2024-04-04 14:09:11 -04:00
committed by GitHub
parent 29fe9de465
commit 4f531149f5
8 changed files with 118 additions and 53 deletions

View File

@@ -46,8 +46,8 @@ This token must have the `security_events` scope.
#### `-s, --sarif=<file>`
\[Mandatory] Path to the SARIF file to upload. This should be the
output of [codeql database analyze](/code-security/codeql-cli/codeql-cli-manual/database-analyze) (or [codeql database interpret-results](/code-security/codeql-cli/codeql-cli-manual/database-interpret-results)) with `--format sarif-latest` for upload to github.com or
\[Mandatory] Path to the SARIF files to use. This should be the output
of [codeql database analyze](/code-security/codeql-cli/codeql-cli-manual/database-analyze) (or [codeql database interpret-results](/code-security/codeql-cli/codeql-cli-manual/database-interpret-results)) with `--format sarif-latest` for upload to github.com or
the appropriate supported format tag for GitHub Enterprise Server
instances (see [AUTOTITLE](/enterprise-server@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning) for
SARIF versions supported by your release).