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

@@ -181,7 +181,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`