Skip to content

Commit

Permalink
Merge branch 'main' into benalvo/add-muted-and-snoozed-package-test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvoBen authored Sep 18, 2024
2 parents b953ca2 + 3396cfb commit b648217
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 b648217

Please sign in to comment.