cnti-testcatalog / testsuite

📞📱☎️📡🌐 Cloud Native Telecom Initiative (CNTI) Test Catalog is a tool to check for and provide feedback on the use of K8s + cloud native best practices in networking applications and platforms
https://wiki.lfnetworking.org/display/LN/Test+Catalog
Apache License 2.0
169 stars 70 forks source link

[BUG] non_root_containers test giving wrong results #1991

Closed martin-mat closed 2 months ago

martin-mat commented 2 months ago

non_root_containers test is giving wrong results.

It is actually returning privilege_escalation results Tracking down to the kubescape call, it shows that - see c-0013 lines, remediation column: image

After bumping kubescape framework, the issue is not there anymore: image

martin-mat commented 2 months ago

probably related issue: https://github.com/kubescape/kubescape/issues/19