new critical img and logic to get image
This commit is contained in:
BIN
images/Critical.png
Normal file
BIN
images/Critical.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 954 B |
@ -28,9 +28,6 @@ function createComment(results, withQueries = false, excludedColumnsForCommentsW
|
||||
if (severity in severityCounters) {
|
||||
message += `|  | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`;
|
||||
}
|
||||
else {
|
||||
message += `|  | ${severity.toUpperCase()} | 0 |\n`;
|
||||
}
|
||||
}
|
||||
message += `|  | TOTAL | ${results['total_counter']} |`;
|
||||
|
||||
|
Reference in New Issue
Block a user