Merge pull request #74 from Checkmarx/updateCommenterLogo
logo update sizes
This commit is contained in:
@ -194,7 +194,7 @@ jobs:
|
||||
### PR Comment Example
|
||||
|
||||
|
||||
<img alt="KICS Logo" src="https://user-images.githubusercontent.com/111127232/203822971-d16b2f78-a3e9-492e-aee5-9ead1db8c199.png" width="250">
|
||||
<img alt="KICS Logo" src="https://user-images.githubusercontent.com/111127232/203838108-ad537fea-4573-495a-9619-18500ee81dd9.png">
|
||||
|
||||
**KICS version: 1.6.0**
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
const moment = require('moment')
|
||||
const { summary } = require('@actions/core/lib/summary');
|
||||
|
||||
const kicsLogo = "https://user-images.githubusercontent.com/111127232/203822971-d16b2f78-a3e9-492e-aee5-9ead1db8c199.png"
|
||||
const kicsLogo = "https://user-images.githubusercontent.com/111127232/203838108-ad537fea-4573-495a-9619-18500ee81dd9.png"
|
||||
const severityOrder = ["HIGH", "MEDIUM", "LOW", "INFO", "TRACE"];
|
||||
const severityIcons = {
|
||||
"HIGH": "https://user-images.githubusercontent.com/23239410/92157087-97285600-ee32-11ea-988f-0aca12c4c126.png",
|
||||
|
Reference in New Issue
Block a user