mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add 'code-quality-extended' to query packs list
This commit is contained in:
@@ -31,7 +31,7 @@ assert hasattr(arguments, "ignore_missing_query_packs")
|
|||||||
|
|
||||||
# Define which languages and query packs to consider
|
# Define which languages and query packs to consider
|
||||||
languages = [ "actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "rust", "swift" ]
|
languages = [ "actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "rust", "swift" ]
|
||||||
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental", "code-quality"]
|
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental", "code-quality", "code-quality-extended"]
|
||||||
|
|
||||||
class CodeQL:
|
class CodeQL:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user