Fix -ignore-unscored-cves
This commit is contained in:
@@ -159,7 +159,7 @@ func msgText(r models.ScanResult) string {
|
||||
return fmt.Sprintf("%s\n%s\n>%s",
|
||||
notifyUsers,
|
||||
serverInfo,
|
||||
r.CveSummary(config.Conf.IgnoreUnscoredCves))
|
||||
r.CveSummary())
|
||||
}
|
||||
|
||||
func toSlackAttachments(scanResult models.ScanResult) (attaches []*attachment) {
|
||||
|
||||
Reference in New Issue
Block a user