aquasecurity / kube-query

[EXPERIMENTAL] Extend osquery to report on Kubernetes
Apache License 2.0
222 stars 16 forks source link

Add Images tables #5

Open danielsagi opened 5 years ago

danielsagi commented 5 years ago

finding all the info on images

simar7 commented 4 years ago

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