How to download codeql query packs via the web? #22055
davewichers
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in a situation where I'm behind a corporate proxy with custom SSL certs and codeql can't be configured to ignore SSL errors and I can't figure out how to get the shell codeql is running in to use the custom certs.
Is there any way to directly download codeql query packs via the web? If you go here: https://github.com/orgs/codeql/packages, it shows all the query packages but doesn't allow you to download them directly, you can only run: codeql pack download codeql/PACKNAME to get them, which doesn't work for me. Can this page be updated to allow directly download via the web, as well as the normal: codeql pack download method?
Or is there some other way to actually download them? I could use curl and tell it to ignore the cert errors, but don't know what URL to provide to curl for the download.
Beta Was this translation helpful? Give feedback.
All reactions