We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdaa8ba commit e2531cfCopy full SHA for e2531cf
entrypoint/entrypoint/orchestrator.py
@@ -344,10 +344,6 @@ def install_sbomgen(args):
344
345
346
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
-
351
csv_output = exporter.to_csv(scan_result)
352
353
logging.info(f"writing package vulnerability CSV report to: {out_scan_csv}")
0 commit comments