sbom_export_report
Generate HTML or JSON audit reports from SBOM data, enriched with vulnerability scan results, for PCI-DSS and compliance audits.
Instructions
Generate an HTML or JSON audit report from SBOM data, optionally enriched with vulnerability scan results. Suitable for PCI-DSS and compliance audits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Report format (default: html) | |
| sbom_path | No | Path to existing SBOM file | |
| verbosity | No | Response detail level (default: compact) | |
| output_path | No | Path to write report file. Absent = no write. | |
| directory_path | No | Path to project root (generates fresh SBOM) | |
| include_vulnerabilities | No | Include vulnerability scan in report (default: true) |