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.
1 parent 9b2af5e commit a95d2a1Copy full SHA for a95d2a1
main.py
@@ -6,7 +6,7 @@
6
token = sys.argv[1]
7
endpoint = sys.argv[2]
8
exclude = sys.argv[3]
9
-codeql_languages = ["actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "typescript", "kotlin", "swift"]
+codeql_languages = ["actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "rust", "typescript", "kotlin", "swift"]
10
11
12
# Connect to the languages API and return languages
0 commit comments