Skip to content

A Trivy plugin that scans and outputs the results to a html file.

License

Notifications You must be signed in to change notification settings

afdesk/trivy-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Trivy plugin that scans and outputs the results to a html file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published