Skip to content

Commit 1cdb13d

Browse files
committed
logo update sizes
1 parent b975de8 commit 1cdb13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
### PR Comment Example
195195

196196

197-
<img alt="KICS Logo" src="https://user-images.githubusercontent.com/111127232/203822971-d16b2f78-a3e9-492e-aee5-9ead1db8c199.png" width="250">
197+
<img alt="KICS Logo" src="https://user-images.githubusercontent.com/111127232/203838108-ad537fea-4573-495a-9619-18500ee81dd9.png">
198198

199199
**KICS version: 1.6.0**
200200

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/111127232/203822971-d16b2f78-a3e9-492e-aee5-9ead1db8c199.png"
4+
const kicsLogo = "https://user-images.githubusercontent.com/111127232/203838108-ad537fea-4573-495a-9619-18500ee81dd9.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)