report summary

Renders a summary of findings from a CBOM (.json) or scan output file. Uses the global --format and --output flags to control output.

Usage

qtz-discovery-cli report summary <file>
# Default table output from CBOM
qtz-discovery-cli report summary cbom.json

# Interactive terminal dashboard
qtz-discovery-cli report summary cbom.json --format dashboard

# JSON output for downstream tooling
qtz-discovery-cli report summary cbom.json --format json

# Write output to file
qtz-discovery-cli report summary cbom.json --format csv --output summary.csv

The --format and --output flags are global — they apply to all commands including report summary. See Output Formats for the full list of supported values.

Input Formats

The report summary command accepts:

  • CycloneDX CBOM (.json) — output of any scan command with --format cbom
  • qtz-discovery JSON — output of any scan command with --format json
  • SARIF (.sarif / .json) — standard static analysis results

Example Output

QUANTIZANT CRYPTOGRAPHIC SUMMARY
════════════════════════════════════════════════════
Scan Target:  ./payment-service
Scan Date:    2026-04-27T10:32:14Z
Total Assets: 23

SEVERITY BREAKDOWN
  Critical  ████████░░░░  4  (17%)
  High      ████████████  9  (39%)
  Medium    ████████░░░░  7  (30%)
  Low       ████░░░░░░░░  3  (13%)

QUANTUM RISK
  VULNERABLE   13 assets
  PARTIAL       6 assets
  HYBRID        2 assets
  SAFE          2 assets
════════════════════════════════════════════════════