Update CodeQL CLI manual (#40489)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -159,7 +159,7 @@ default to <https://github.com/>
|
||||
#### `--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`
|
||||
@@ -178,16 +178,16 @@ registry, you can instead authenticate using the simpler
|
||||
parent process of the CodeQL CLI whose name matches this argument. If
|
||||
more than one parent process has this name, the one lowest in the
|
||||
process tree will be selected. This option overrides
|
||||
`--trace-process-level`, so if both are used passed only this option
|
||||
will be used.
|
||||
`--trace-process-level`, so if both are passed, only this option will be
|
||||
used.
|
||||
|
||||
#### `--trace-process-level=<process-level>`
|
||||
|
||||
\[Windows only] When initializing tracing, inject the tracer this many
|
||||
parents above the current process, with 0 corresponding to the process
|
||||
that is invoking the CodeQL CLI. The CLI's default behaviour if no
|
||||
that is invoking the CodeQL CLI. The CLI's default behavior if no
|
||||
arguments are passed is to inject into the parent of the calling
|
||||
process.
|
||||
process, with some special cases for GitHub Actions and Azure Pipelines.
|
||||
|
||||
### Options to configure indirect build tracing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user