awslabs / aws-container-images-toolkit

A collection of tools to statically and dynamically identify public container images that are hosted on Docker Hub.
https://aws.amazon.com/blogs/containers/advice-for-customers-dealing-with-docker-hub-rate-limits-and-a-coming-soon-announcement/
Apache License 2.0
69 stars 13 forks source link

modify kubectl jsonpath to include initcontainer images #3

Closed rr-paras-patel closed 3 years ago

rr-paras-patel commented 3 years ago

Issue #, if available:

Description of changes: kubectl JSON path regex to include init containers as well. the current implementation only supports only running containers.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mhausenblas commented 3 years ago

Yup, good point making it more inclusive concerning init containers @rr-paras-patel!