Skip to content

Commit

Permalink
new critical img and logic to get image
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Mar 15, 2024
1 parent 9ff796f commit e4f01c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file added images/Critical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/commenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']} |`;

Expand Down

0 comments on commit e4f01c6

Please sign in to comment.