A Trivy plugin that scans and outputs the results to an interactive html file.
$ trivy plugin install github.com/fatihtokus/scan2html
trivy plugin uninstall scan2html
$ trivy scan2html config . interactive_result.html
$ trivy scan2html -h
Usage: trivy scan2html [-h,--help] command target filename
A Trivy plugin that scans and outputs the results to an interactive html file.
Options:
-h, --help Show usage.
Examples:
# Scan image
trivy scan2html image alpine:latest interactive_result.html
# Scan a local folder
trivy scan2html config . interactive_result.html