new critical img and logic to get image

This commit is contained in:
Artur Ribeiro
2024-03-15 18:16:04 +00:00
parent 9ff796f8f5
commit e4f01c6911
2 changed files with 0 additions and 3 deletions

BIN
images/Critical.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

View File

@ -28,9 +28,6 @@ function createComment(results, withQueries = false, excludedColumnsForCommentsW
if (severity in severityCounters) {
message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`;
}
else {
message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | 0 |\n`;
}
}
message += `| ![TOTAL](${emptyIcon}) | TOTAL | ${results['total_counter']} |`;