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
- trivy
- python3
- pip3
It is beyond the scope of this document to explain how to install either of those. ๐ก๏ธ
trivy k8s --format json -o results.json --scanners=vuln --severity=CRITICAL --report=all cluster
trivy image --format json -o results.json --scanners=vuln --severity=CRITICAL --report=all docker.io/grafana/grafana:10.2.2
pip install trivy-streamlit