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

1
lib/codeql.js generated
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",

File diff suppressed because one or more lines are too long

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",