Re-enable diagnostics summaries in the output of the analyze action
This commit is contained in:
parent
60484b2ccc
commit
4f7bdf9d42
3 changed files with 3 additions and 1 deletions
1
lib/codeql.js
generated
1
lib/codeql.js
generated
|
|
@ -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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue