1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Update CodeQL CLI manual (#44682)

This commit is contained in:
docs-bot
2023-10-19 02:57:11 -07:00
committed by GitHub
parent f65de52ecf
commit 2a4304b63a
6 changed files with 18 additions and 18 deletions

View File

@@ -76,7 +76,7 @@ as it may recursively delete the entire database directory.
\[Advanced] Read a Code Scanning configuration file specifying options
on how to create the CodeQL databases and what queries to run in later
steps. For more details on the format of this configuration file, refer
to [AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning). To run queries from
to [AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning). To run queries from
this file in a later step, invoke [codeql database analyze](/code-security/codeql-cli/codeql-cli-manual/database-analyze) without any other queries specified.
#### `--[no-]db-cluster`
@@ -111,7 +111,7 @@ input using the `--github-auth-stdin` option.
build tracing," which allows integration into existing build workflows
when an explicit build command is not available. For information about
when and how to use this feature, please refer to our documentation at
[AUTOTITLE](/code-security/codeql-cli/using-the-codeql-cli/creating-codeql-databases).
[AUTOTITLE](/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis).
### Baseline calculation options