run all queries
This commit is contained in:
parent
22501fd7c8
commit
d7a2025f2d
1 changed files with 7 additions and 0 deletions
7
.github/codeql/codeql-config.yml
vendored
7
.github/codeql/codeql-config.yml
vendored
|
|
@ -2,5 +2,12 @@ name: "CodeQL config"
|
|||
queries:
|
||||
- name: Run custom queries
|
||||
uses: ./queries
|
||||
# Run all extra query suites, both because we want to
|
||||
# and because it'll act as extra testing. This is why
|
||||
# we include both even though one is a superset of the
|
||||
# other, because we're testing the parsing logic and
|
||||
# that the suites exist in the codeql bundle.
|
||||
- uses: security-extended
|
||||
- uses: security-and-quality
|
||||
paths-ignore:
|
||||
- tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue