Removed unnecessary debug log

Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
This commit is contained in:
Omkar Phansopkar 2025-04-02 10:38:23 +05:30
parent 0bfd37027f
commit aaa1794e89
No known key found for this signature in database
GPG Key ID: 187B0ADCE943CA3D

View File

@ -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())
}
}