Skip to content

Commit

Permalink
fix static
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 17, 2023
1 parent 141ed3e commit 56c82f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xray/utils/resultwriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 56c82f1

Please sign in to comment.