Add integration test for using registries-auth-tokens
This commit is contained in:
parent
0e98efa2bb
commit
1d92118146
3 changed files with 145 additions and 0 deletions
12
tests/multi-language-repo/.github/codeql/codeql-config-registries.yml
vendored
Normal file
12
tests/multi-language-repo/.github/codeql/codeql-config-registries.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: Pack testing in the CodeQL Action
|
||||
|
||||
disable-default-queries: true
|
||||
packs:
|
||||
javascript:
|
||||
- dsp-testing/private-pack
|
||||
- dsp-testing/codeql-pack1
|
||||
|
||||
registries:
|
||||
# enforce using the registries block for all packs
|
||||
- url: https://ghcr.io/v2/
|
||||
packages: "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue