Clarify description of registries input

This commit is contained in:
Andrew Eisenberg 2022-09-06 10:45:02 -07:00
parent bf97a6da5b
commit 376fea671d
6 changed files with 12 additions and 14 deletions

View file

@ -15,8 +15,8 @@ steps:
config-file: ./.github/codeql/codeql-config-registries.yml
languages: javascript
registries: |
- url: "https://ghcr.io/v2/",
packages: "*/*",
- url: "https://ghcr.io/v2/"
packages: "*/*"
token: "${{ secrets.GITHUB_TOKEN }}"
env: