mirror of
https://github.com/safedep/vet.git
synced 2025-12-11 01:01:10 -06:00
Removed unnecessary debug log
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
This commit is contained in:
parent
0bfd37027f
commit
aaa1794e89
@ -241,7 +241,5 @@ func (b *sarifBuilder) recordMalware(pkg *models.Package) {
|
|||||||
result.Locations = append(result.Locations, sarif.NewLocation().WithPhysicalLocation(pLocation))
|
result.Locations = append(result.Locations, sarif.NewLocation().WithPhysicalLocation(pLocation))
|
||||||
|
|
||||||
b.run.AddResult(result)
|
b.run.AddResult(result)
|
||||||
} else {
|
|
||||||
logger.Debugf("No malware found in package %s", pkg.GetName())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user