Skip to content

Commit

Permalink
fix scs engine name
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 18, 2024
1 parent 2b61c4b commit 17c79e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/commands/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,11 @@ func countResult(summary *wrappers.ResultSummary, result *wrappers.ScanResult) {
case infoLabel:
summary.InfoIssues++
}

if strings.HasPrefix(engineType, "sscs") {
engineType = commonParams.ScsType
}

summary.UpdateEngineResultSummary(engineType, severity)
}
}
Expand Down

0 comments on commit 17c79e1

Please sign in to comment.