delete critical.png image and remove comment
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
@ -29,7 +29,6 @@ function createComment(results, withQueries = false, excludedColumnsForCommentsW
|
|||||||
message += `|  | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`;
|
message += `|  | ${severity.toUpperCase()} | ${severityCounters[severity.toUpperCase()]} |\n`;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//const imageTag = `<img src="${severityIcons[severity]}" alt="${severity}" width="25">`;
|
|
||||||
message += `|  | ${severity.toUpperCase()} | 0 |\n`;
|
message += `|  | ${severity.toUpperCase()} | 0 |\n`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user