-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Festure Request: K8s cluster report #498
Comments
Hello, I am not sure I understand your issue. Can you explain in detail what kind of report you are trying to load? And can you post a screenshot of the error? Ideal would be if you share the report with me, so I can debug the error myself. |
I've a cluster on Kubernetes with many pods, services ... and I execute trivy for scan all cluster hosted in my Kubernetes. My command : trivy k8s cluster --report all -f json -o report.json This is an exemple of the report : I hope it's more clear :) Robs |
Ah, I see, a cluster scan generates a report with another dimension: the pod Since the report format is basically identical, it would not be too hard to implement. The question is: what would you expect from the UI in that case? Another dropdown to select a pod? Or some kind of overview over all cluster findings? The latter would be a different view and as such, a lot more work. I will rename this issue to reflect that it is a feature request to support cluster reports. Thanks for opening it. |
Thanks for your reply. For me the best option is in first time to see vulnerabilites of each pods and in second time to see the overview of all pods and misconfiguration of their. |
I would also like to see this feature implemented :) Thanks a lot for your work! |
Thank you for this comment. I will accept a Pull Request if anybody is interested in donating this feature. I would definitely want to start by parsing the report and adding an additional dropdown to select the pod. Adding a cluster view should come later in a separate PR, if at all. I am happy to help you get started. |
Hi,
I've an issue with this tool, I haven't any results when I push a json results of K8s trivy scan.
It's perfectly work with OS trivy scan.
Is it normal ?
Thanks
Robs
The text was updated successfully, but these errors were encountered: