delete critical.png image and remove comment

This commit is contained in:
Artur Ribeiro
2024-02-22 10:46:00 +00:00
parent 9672fa7160
commit 48afbab34e
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -29,7 +29,6 @@ function createComment(results, withQueries = false, excludedColumnsForCommentsW
message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`; message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`;
} }
else { else {
//const imageTag = `<img src="${severityIcons[severity]}" alt="${severity}" width="25">`;
message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | 0 |\n`; message += `| ![${severity}](${severityIcons[severity]}) | ${severity.toUpperCase()} | 0 |\n`;
} }
} }