From 56c82f19eb185c32eb4e61653164610ec55fbfa4 Mon Sep 17 00:00:00 2001 From: attiasas Date: Tue, 17 Oct 2023 13:07:37 +0300 Subject: [PATCH] fix static --- xray/utils/resultwriter.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/xray/utils/resultwriter.go b/xray/utils/resultwriter.go index 7f2da60a7..8c3f5b04a 100644 --- a/xray/utils/resultwriter.go +++ b/xray/utils/resultwriter.go @@ -332,8 +332,6 @@ func addXrayCveRule(ruleId, ruleDescription, maxCveScore, summary, markdownDescr Text: &summary, Markdown: &markdownDescription, }) - - return } func addResultToSarifRun(issueId, msg, severity string, location *sarif.Location, run *sarif.Run) (rule *sarif.ReportingDescriptor, isNewRule bool) {