Problem installing local package
- Dominant language
- CodeQL
- Stars
- 10.1k
- Forks
- 2.1k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 141
Description
I'm having trouble with what I want to do.
How do I install a queries package where all the others are so I don't have to specify the folder I want to analyze them from when I run an analysis?
I use
> RUN codeql pack install -v --allow-prerelease packagePath
But seems that are not used later when I use
> codeql database analyze ...
I want to install a package for a specific language, without having to specify the path every time I use analyze.
Contributor guide
Research direction
Start with the `codeql pack install -v --allow-prerelease packagePath` and `codeql database analyze ...` commands described in the issue, and trace how a locally installed package is made available to analysis. Confirm whether a package for a specific language can be used without passing its path again; document the supported behavior or reproduce the installation problem with a minimal package.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100