Convert from json to yaml for registries input

This commit is contained in:
Andrew Eisenberg 2022-09-02 15:03:51 -07:00
parent b0443622cd
commit abdf26c28f
5 changed files with 26 additions and 14 deletions

View file

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