Compare commits

...

1 Commits

Author SHA1 Message Date
Esben Sparre Andreasen
3a40eac491 disable some nice-to-have codeql arguments 2021-10-25 21:21:40 +02:00

View File

@@ -864,6 +864,9 @@ async function getCodeQLForCmd(
"interpret-results",
threadsFlag,
"--format=sarif-latest",
// "--print-diagnostics-summary",
// "--print-metrics-summary",
// "--sarif-group-rules-by-pack",
"-v",
`--output=${sarifFile}`,
addSnippetsFlag,