korallo159 / scan2html

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scan2html

GitHub Latest Release GitHub All Releases License: Apache-2.0

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

Install

$ trivy plugin install github.com/fatihtokus/scan2html

Uninstall

  trivy plugin uninstall scan2html

Usage

$ trivy scan2html config . interactive_result.html
Result

result result

Help

$ 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

About

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

License:Apache License 2.0


Languages

Language:TypeScript 41.9%Language:JavaScript 26.7%Language:HTML 24.3%Language:CSS 3.6%Language:Shell 3.5%