kube-query icon indicating copy to clipboard operation
kube-query copied to clipboard

Add Images tables

Open danielsagi opened this issue 5 years ago • 1 comments

finding all the info on images

danielsagi avatar Aug 22 '19 16:08 danielsagi

I've been thinking about this one. I have a few thoughts:

  1. Currently k8s api has minimal information available on an image. It's just the image:tag information that's available.
  2. 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

simar7 avatar Jan 25 '20 01:01 simar7