1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update CodeQL CLI manual (#43241)

Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
docs-bot
2023-09-26 06:34:22 -07:00
committed by GitHub
parent a4eb9c5e50
commit cc2862f1df
73 changed files with 293 additions and 147 deletions

View File

@@ -38,7 +38,9 @@ such as SARIF or CSV.
The results should have been computed and stored in a CodeQL database
directory using [codeql database run-queries](/code-security/codeql-cli/codeql-cli-manual/database-run-queries). (Usually you'd want to do these steps together, by using [codeql database analyze](/code-security/codeql-cli/codeql-cli-manual/database-analyze)).
## Primary options
## Options
### Primary Options
#### `<database>` <!-- markdownlint-disable-line heading-increment -->
@@ -181,7 +183,7 @@ Print the baseline lines of code counted to standard output.
#### `--registries-auth-stdin`
Authenticate to GitHub Enterprise Server Container registries by passing
a comma-separated list of `<registry_url>=<token>` pairs.
a comma-separated list of \<registry\_url>=\<token> pairs.
For example, you can pass
`https://containers.GHEHOSTNAME1/v2/=TOKEN1,https://containers.GHEHOSTNAME2/v2/=TOKEN2`