Skip to content

Commit

Permalink
feat: ai fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu committed Jun 7, 2024
1 parent b5b28fb commit d3cb0de
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 95 deletions.
1 change: 1 addition & 0 deletions infrastructure/code/code_html.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func getCodeDetailsHtml(issue snyk.Issue) string {

data := map[string]interface{}{
"IssueTitle": additionalData.Title,
"IssueMessage": additionalData.Message,
"IssueType": getIssueType(additionalData),
"SeverityIcon": getSeverityIconSvg(issue),
"CWEs": issue.CWEs,
Expand Down
Loading

0 comments on commit d3cb0de

Please sign in to comment.