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

Update CodeQL CLI manual (#40489)

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
docs-bot
2023-08-11 09:18:10 -05:00
committed by GitHub
parent 0f5701edb3
commit ffd09b2b73
29 changed files with 66 additions and 165 deletions

View File

@@ -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