diff --git a/pkg/reporter/sarif_builder.go b/pkg/reporter/sarif_builder.go index d76dfd0..645d7f8 100644 --- a/pkg/reporter/sarif_builder.go +++ b/pkg/reporter/sarif_builder.go @@ -241,7 +241,5 @@ func (b *sarifBuilder) recordMalware(pkg *models.Package) { result.Locations = append(result.Locations, sarif.NewLocation().WithPhysicalLocation(pLocation)) b.run.AddResult(result) - } else { - logger.Debugf("No malware found in package %s", pkg.GetName()) } }