A Trivy plugin that scans and outputs the results to a html file.
$ trivy image alpine:3.14.1 -f json --output plugin=scan2html --output-plugin-arg "--output=result.html"
$ trivy image alpine:3.14.1 -f json --list-all-pkgs --output plugin=scan2html --output-plugin-arg "--output=result.html"
$ trivy plugin install github.com/afdesk/scan2html
$ trivy scan2html -h
A Trivy plugin that scans and outputs the results to a html file.
Usage:
scan2html [flags]
Flags:
-h, --help help for scan2html
--output string file to save html report (default "trivy-report.html")
trivy plugin uninstall scan2html