Skip to content

Commit d86d9c3

Browse files
committed
fix typo
1 parent 82415af commit d86d9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/results/conversion/sarifparser/sarifparser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func parseScaToSarifFormat(cmdType utils.CommandType, xrayId, summary, markdownD
298298
issueId := results.GetIssueIdentifier(cves, xrayId, "_")
299299
cveImpactedComponentRuleId := results.GetScaIssueId(impactedPackagesName, impactedPackagesVersion, issueId)
300300
level := severityutils.SeverityToSarifSeverityLevel(severity)
301-
// Add rule fpr the cve if not exists
301+
// Add rule for the cve if not exists
302302
rule = getScaIssueSarifRule(
303303
cveImpactedComponentRuleId,
304304
generateTitleFunc(impactedPackagesName, impactedPackagesVersion, issueId),

0 commit comments

Comments
 (0)