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:
@@ -43,7 +43,9 @@ This command combines the effect of the [codeql database run-queries](/code-secu
|
||||
being interpreted as source-code alerts, use
|
||||
[codeql database run-queries](/code-security/codeql-cli/codeql-cli-manual/database-run-queries) or [codeql query run](/code-security/codeql-cli/codeql-cli-manual/query-run) instead, and then [codeql bqrs decode](/code-security/codeql-cli/codeql-cli-manual/bqrs-decode) to convert the raw results to a readable notation.
|
||||
|
||||
## Primary options
|
||||
## Options
|
||||
|
||||
### Primary Options
|
||||
|
||||
#### `<database>` <!-- markdownlint-disable-line heading-increment -->
|
||||
|
||||
@@ -277,7 +279,7 @@ below this percentage.
|
||||
|
||||
#### `--external=<pred>=<file.csv>`
|
||||
|
||||
A CSV file that contains rows for external predicate `<pred>`.
|
||||
A CSV file that contains rows for external predicate _\<pred>_.
|
||||
Multiple `--external` options can be supplied.
|
||||
|
||||
#### `--xterm-progress=<mode>`
|
||||
@@ -451,7 +453,7 @@ directory.
|
||||
#### `--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