We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 496627b + f39c189 commit b975de8Copy full SHA for b975de8
src/commenter.js
@@ -1,7 +1,7 @@
1
const moment = require('moment')
2
const { summary } = require('@actions/core/lib/summary');
3
4
-const kicsLogo = "https://user-images.githubusercontent.com/74597872/143567454-f65ad285-00d8-4875-845d-568d2e67d868.png"
+const kicsLogo = "https://user-images.githubusercontent.com/111127232/203822971-d16b2f78-a3e9-492e-aee5-9ead1db8c199.png"
5
const severityOrder = ["HIGH", "MEDIUM", "LOW", "INFO", "TRACE"];
6
const severityIcons = {
7
"HIGH": "https://user-images.githubusercontent.com/23239410/92157087-97285600-ee32-11ea-988f-0aca12c4c126.png",
0 commit comments