Skip to content

Commit

Permalink
new link for critical image
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Mar 18, 2024
1 parent 88fa5c6 commit 26150f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { summary } = require('@actions/core/lib/summary');
const kicsLogo = "https://user-images.githubusercontent.com/111127232/203838108-ad537fea-4573-495a-9619-18500ee81dd9.png"
const severityOrder = ["CRITICAL","HIGH", "MEDIUM", "LOW", "INFO", "TRACE"];
const severityIcons = {
"CRITICAL": "https://raw.githubusercontent.com/Checkmarx/kics-github-action/e4f01c691150a0a7f641f94a08ad29c8489b8328/images/Critical.png",
"CRITICAL": "https://raw.githubusercontent.com/Checkmarx/kics-github-action/88fa5c6bfb020c2ad298af00c4cd5b8dfbced92d/images/Critical.png",
"HIGH": "https://user-images.githubusercontent.com/23239410/92157087-97285600-ee32-11ea-988f-0aca12c4c126.png",
"MEDIUM": "https://user-images.githubusercontent.com/23239410/92157093-98598300-ee32-11ea-83d7-af52251a011b.png",
"LOW": "https://user-images.githubusercontent.com/23239410/92157091-98598300-ee32-11ea-8498-19bd7d62019b.png",
Expand Down

0 comments on commit 26150f4

Please sign in to comment.