fatihtokus / scan2html

A Trivy plugin that scans and outputs the results (vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more) to an interactive html file.
Apache License 2.0
28 stars 4 forks source link

Support trivy k8s --report=summary cluster #31

Closed fatihtokus closed 2 months ago

fatihtokus commented 3 months ago

trivy scan2html k8s --report summary cluster interactive_result.html

trivy k8s --report summary cluster --format json -o results_k8s_cluster_summary.json

results_k8s_cluster_summary

fatihtokus commented 2 months ago

Hi @korallo159 ,

We have released the cluster summary for k8s scan, please have a look and give us feedback.

trivy scan2html k8s --report summary cluster interactive_result.html

result-4

Regards, Fatih

fatihtokus commented 1 month ago

Hi @Robs68, This trivy plugin supports exactly what you need trivy scan2html k8s --report=all all interactive_report.html @Robs68