Skip to content

Commit

Permalink
Possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Aug 30, 2022
1 parent e503d71 commit 7fd7f72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/__init-with-registries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pr-checks/checks/init-with-registries.yml
Expand Up @@ -13,10 +13,11 @@ steps:
tools: ${{ steps.prepare-test.outputs.tools-url }}
config-file: ./.github/codeql/codeql-config-registries.yml
languages: javascript
registries-auth-tokens: https://ghcr.io/v2=${{ secrets.GITHUB_TOKEN }}
registries-auth-tokens: https://ghcr.io/v2/=${{ secrets.GITHUB_TOKEN }}
env:
TEST_MODE: true
- name: Verify packages installed
shell: bash
run: |
PRIVATE_PACK="$HOME/.codeql/packages/dsp-testing/private-pack"
CODEQL_PACK1="$HOME/.codeql/packages/dsp-testing/codeql-pack1"
Expand Down
Expand Up @@ -8,5 +8,5 @@ packs:

registries:
# enforce using the registries block for all packs
- url: https://ghcr.io/v2
- url: https://ghcr.io/v2/
packages: "*"

0 comments on commit 7fd7f72

Please sign in to comment.