Skip to content

Commit b220c2f

Browse files
committed
Misc: Add security-experimental to generate-code-scanning-query-list.py
Since not all experimental queries is part of this new suite, it's nice to be able to list them explicitly without having to replicate the logic from the .qls file.
1 parent 55550e7 commit b220c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/generate-code-scanning-query-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Define which languages and query packs to consider
3131
languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby"]
32-
packs = [ "code-scanning", "security-and-quality", "security-extended" ]
32+
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental" ]
3333

3434
class CodeQL:
3535
def __init__(self):

0 commit comments

Comments
 (0)