Skip to content

A streamlit-based app for trivy scanner results ๐Ÿ”’

License

Notifications You must be signed in to change notification settings

mfreeman451/trivy-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

trivy-streamlit

trivy-ui

This is a simple UI to display JSON generated by the opensource scanner trivy from AquaSecurity, supported by the community.

Thanks to AquaSecurity for providing this great tool.

https://github.com/aquasecurity/trivy

๐Ÿ—๏ธ Dependencies

  • trivy
  • python3
  • pip3

It is beyond the scope of this document to explain how to install either of those. ๐Ÿ—ก๏ธ

โš™๏ธ Generating JSON with trivy

k8s

trivy k8s --format json -o results.json --scanners=vuln --severity=CRITICAL --report=all cluster

image

trivy image --format json -o results.json --scanners=vuln --severity=CRITICAL --report=all docker.io/grafana/grafana:10.2.2

Installation

๐Ÿ›ž Install from pypi

pip install trivy-streamlit

About

A streamlit-based app for trivy scanner results ๐Ÿ”’

Topics

Resources

License

Stars

Watchers

Forks

Languages