We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate-code-scanning-query-list.py
1 parent b220c2f commit e8714c9Copy full SHA for e8714c9
misc/scripts/generate-code-scanning-query-list.py
@@ -28,7 +28,7 @@
28
assert hasattr(arguments, "ignore_missing_query_packs")
29
30
# Define which languages and query packs to consider
31
-languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby"]
+languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift" ]
32
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental" ]
33
34
class CodeQL:
0 commit comments