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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user