Skip to content

Commit e2531cf

Browse files
author
Michael Long
committed
test fix
1 parent fdaa8ba commit e2531cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

entrypoint/entrypoint/orchestrator.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,6 @@ def install_sbomgen(args):
344344

345345

346346
def write_pkg_vuln_report_csv(out_scan_csv, scan_result: exporter.InspectorScanResult):
347-
if scan_result.total_vulns() == 0:
348-
logging.info("skipping package vulnerability CSV report because no vulnerabilities were detected")
349-
return
350-
351347
csv_output = exporter.to_csv(scan_result)
352348

353349
logging.info(f"writing package vulnerability CSV report to: {out_scan_csv}")

0 commit comments

Comments
 (0)