mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 13:40:23 +08:00
Clarify description of registries input
This commit is contained in:
10
.github/workflows/__init-with-registries.yml
generated
vendored
10
.github/workflows/__init-with-registries.yml
generated
vendored
@@ -66,13 +66,9 @@ jobs:
|
||||
config-file: ./.github/codeql/codeql-config-registries.yml
|
||||
languages: javascript
|
||||
registries: |
|
||||
[
|
||||
{
|
||||
"url": "https://ghcr.io/v2/",
|
||||
"packages": "*/*",
|
||||
"token": "${{ secrets.GITHUB_TOKEN }}"
|
||||
}
|
||||
]
|
||||
- url: "https://ghcr.io/v2/"
|
||||
packages: "*/*"
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
env:
|
||||
TEST_MODE: true
|
||||
|
||||
Reference in New Issue
Block a user