Skip to content

Commit 1fcfae2

Browse files
authored
Merge pull request #11987 from RasmusWL/suite-lists
Misc: Add `security-experimental` to `generate-code-scanning-query-list.py`
2 parents e92a5eb + e8714c9 commit 1fcfae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
assert hasattr(arguments, "ignore_missing_query_packs")
2929

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

3434
class CodeQL:
3535
def __init__(self):

0 commit comments

Comments
 (0)