Add new packs input to init action
This input allows users to specify which packs to run. It works in unison with the packs block of the config file and it is similar to how `queries` works. They both use `+` in the same way. Note that the `#TODO` in the pr check is still around, but the CLI is available. I will remove the TODO in the next commit.
This commit is contained in:
parent
7729b51956
commit
6e577cfca3
18 changed files with 535 additions and 59 deletions
6
tests/multi-language-repo/.github/codeql/codeql-config-packaging2.yml
vendored
Normal file
6
tests/multi-language-repo/.github/codeql/codeql-config-packaging2.yml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
name: Pack testing in the CodeQL Action
|
||||
|
||||
disable-default-queries: true
|
||||
paths-ignore:
|
||||
- tests
|
||||
- lib
|
||||
Loading…
Add table
Add a link
Reference in a new issue