Skip to main content

vulkro report

Render an offline executive HTML report. Open it in a browser to read, or save as PDF for distribution. Fully offline. Included in the 14-day trial and in Pro.

Usage

vulkro report [PATH] -o report.html
ArgumentDescriptionDefault
PATHPath to the project root..

Flags

FlagDescription
--profile <PROFILE>Compliance profile to include: owasp-asvs, pci, soc2, hipaa, nist-ssdf, iso27001, cis, cwe-top25.
--output, -o <OUTPUT>Write to a file instead of stdout.

Examples

# Executive HTML to a file.
vulkro report . -o vulkro-report.html

# Include a SOC 2 control mapping.
vulkro report . --profile soc2 -o soc2-report.html

To produce a PDF, render the HTML in a browser and print to PDF, or use vulkro scan . --format pdf (which requires wkhtmltopdf on PATH).