Filters the output of ContainerEnumeration Task to remove any system containers and any containers with names or images that are known to be system related in order to reduce the Evidence/Task count noise with containers that we rarely will need to inspect.
Also:
Has TASK_CONFIG vars for these filters so we can update them with a recipe
Adds a utility to list the namespaces and containers for a given cluster to make it easier to update this list in the future.
Adds container evidence attributes for pod name and image name and includes them in the image name for readability
Description of the change
Filters the output of ContainerEnumeration Task to remove any system containers and any containers with names or images that are known to be system related in order to reduce the Evidence/Task count noise with containers that we rarely will need to inspect.
Also:
Applicable issues
Additional information
Checklist