Output Formats
Select a format with --format:
pqc-check ./my-project --format <console|json|sarif|cyclonedx-cbom|pdf-report>
Console (default)
Human-readable, colored output grouped by risk. Use --show-low to include LOW
findings and --quiet for CI-friendly output without the banner.
pqc-check ./my-project
pqc-check ./my-project --quiet --show-low
Exit codes: 1 if any HIGH or MEDIUM findings, 0 otherwise, 2 on error.
JSON
Stable machine-readable output for scripting and custom integrations.
pqc-check ./my-project --format json > findings.json