mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Re-enable diagnostics summaries in the output of the analyze action
This commit is contained in:
Generated
+1
@@ -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
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",
|
||||
|
||||
Reference in New Issue
Block a user