aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.65k stars 578 forks source link

Fixed issue #499 evidence field to display all affected pods and containers #542

Open Zeeshan-szf opened 9 months ago

Zeeshan-szf commented 9 months ago

Description

This is a Fix for the Issue #499 The evidence field was constructed based on the first container in the list, which is why it only shows information for one pod and one container. I have modified the code to display information for all the affected pods and containers based on the count.

Fixed Issues

Fixed issue #499

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.