kube-query
kube-query copied to clipboard
Add Images tables
finding all the info on images
I've been thinking about this one. I have a few thoughts:
- Currently k8s api has minimal information available on an image. It's just the image:tag information that's available.
- Should we take the above information of (image:tag) and use fanal/trivy to get a list of vulnerabilities to create a table instead? This could potentially be more useful that a simple list of images in use.
Thoughts? cc @lizrice