vulnlog report

Generates an HTML report from a Vulnlog file.

vulnlog report <file> [filter flags] [-o <path>]
Flag Description

-o, --output <path>

Output file path. Defaults to vulnlog-report.html in the current directory.

--reporter <value>

Filter on reporter.

--release <text>

Filter on release, include all releases up to and including that release.

--tag <text>

Filter on tags. Use multiple times to filter on multiple tags.

Generate an HTML report
vulnlog report full-example.vl.yaml
Report written to: vulnlog-report.html

Example

To generate an HTML report using the Vulnlog Docker container:

docker run --rm -v "$PWD:/work" ghcr.io/vulnlog/vulnlog:0.12.0 report vulnlog.yaml --output report.html
Report written to: /work/report.html

This renders an example Vulnlog HTML report:

Example Vulnlog HTML Report
Figure 1. Example Vulnlog HTML Report