Re-enable diagnostics summaries in the output of the analyze action

This commit is contained in:
Henry Mercer
2021-08-02 17:06:09 +01:00
parent 60484b2ccc
commit 4f7bdf9d42
3 changed files with 3 additions and 1 deletions
Generated
+1
View File
@@ -487,6 +487,7 @@ function getCodeQLForCmd(cmd) {
"interpret-results",
threadsFlag,
"--format=sarif-latest",
"--print-diagnostics-summary",
"--print-metrics-summary",
"--sarif-group-rules-by-pack",
"-v",
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -754,6 +754,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
"interpret-results",
threadsFlag,
"--format=sarif-latest",
"--print-diagnostics-summary",
"--print-metrics-summary",
"--sarif-group-rules-by-pack",
"-v",