Skip to content

Commit 597edec

Browse files
committed
chore: add basic codeql config
Signed-off-by: Olivier Vernin <me@olblak.com>
1 parent e44bae6 commit 597edec

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "CodeQL config"
2+
queries:
3+
# Run all extra query suites, both because we want to
4+
# and because it'll act as extra testing. This is why
5+
# we include both even though one is a superset of the
6+
# other, because we're testing the parsing logic and
7+
# that the suites exist in the codeql bundle.
8+
- uses: security-and-quality
9+
- uses: security-experimental
10+
- uses: security-extended

0 commit comments

Comments
 (0)