Convert from json to yaml for registries input
This commit is contained in:
parent
b0443622cd
commit
abdf26c28f
5 changed files with 26 additions and 14 deletions
|
|
@ -15,13 +15,9 @@ steps:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue