Skip to content

n-at/trivy-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trivy + scan2html

  • trivy + scan2html report generator in one image
  • Vulnerability DBs saved in the image for offline use
  • Local VEX Hub and reports browser

Building

./build.sh

Running

Scan image ubuntu:20.04 from Docker Hub:

docker run --rm \
    -v $(pwd)/reports:/opt/reports/ \
    --network trivy-network \
    trivy-html ubuntu 20.04

Optional environment variables:

  • SCAN_IMAGE (or first positional parameter)
  • SCAN_TAG (or second positional parameter, default latest)
  • SCAN_FLAGS (trivy image scan flags)

Uses

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published