Skip to content

Commit b975de8

Browse files
authored
Merge pull request #73 from Checkmarx/updateCommenterLogo
logo update
2 parents 496627b + f39c189 commit b975de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const moment = require('moment')
22
const { summary } = require('@actions/core/lib/summary');
33

4-
const kicsLogo = "https://user-images.githubusercontent.com/74597872/143567454-f65ad285-00d8-4875-845d-568d2e67d868.png"
4+
const kicsLogo = "https://user-images.githubusercontent.com/111127232/203822971-d16b2f78-a3e9-492e-aee5-9ead1db8c199.png"
55
const severityOrder = ["HIGH", "MEDIUM", "LOW", "INFO", "TRACE"];
66
const severityIcons = {
77
"HIGH": "https://user-images.githubusercontent.com/23239410/92157087-97285600-ee32-11ea-988f-0aca12c4c126.png",

0 commit comments

Comments
 (0)