google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
735 stars 162 forks source link

Filter ContainerEnumeration task output #1350

Closed aarontp closed 11 months ago

aarontp commented 11 months ago

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 adds a utility to list the namespaces and containers for a given cluster to make it easier to update this list in the future.

Applicable issues

Additional information

Checklist