Nest alertCounts object in event_report.properties (#1770)
This commit is contained in:
parent
d6c8719550
commit
863a05b28b
6 changed files with 16 additions and 4 deletions
4
lib/analyze.js
generated
4
lib/analyze.js
generated
|
|
@ -223,7 +223,9 @@ async function runQueries(sarifFolder, memoryFlag, addSnippetsFlag, threadsFlag,
|
|||
completed_at: endTimeInterpretResults.toISOString(),
|
||||
exit_status: "success",
|
||||
language,
|
||||
properties: perQueryAlertCounts,
|
||||
properties: {
|
||||
alertCounts: perQueryAlertCounts,
|
||||
},
|
||||
};
|
||||
if (statusReport["event_reports"] === undefined) {
|
||||
statusReport["event_reports"] = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue