Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.17 KB

scan2html

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"

image image

scan2html supports --list-all-pkgs

$ trivy image alpine:3.14.1 -f json --list-all-pkgs --output plugin=scan2html --output-plugin-arg "--output=result.html"

image image

Install

$ 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")

Uninstall

  trivy plugin uninstall scan2html