Tests;Description;Code;Comments root_pods;check that pods are nor using root user or started as root; `bash script `__; kubectl unlimitted_pods;check that limits are set for pods;`bash script `__; kubectl nonssl_endpoints;check that all public HTTP endpoints exposed in ONAP cluster use SSL tunnels;`Go script `__;kubetl, nmap nodeport_check_certs;This test list the nodeports and tries to get SSL information to evaluate the validity of the certificates (expiration and issuer) used on the nodeports;`python module `__;pyopenssl, kubernetes python libraries