diff options
Diffstat (limited to 'security/setup.cfg')
-rw-r--r-- | security/setup.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/setup.cfg b/security/setup.cfg new file mode 100644 index 0000000..61fe7fa --- /dev/null +++ b/security/setup.cfg @@ -0,0 +1,16 @@ +[metadata] +name = onap_security +version = 1 + +[files] +packages = onap_security + +[entry_points] +xtesting.testcase = + root_pods = onap_security.security_tests:OnapSecurityDockerRootTest + unlimitted_pods = onap_security.security_tests:OnapSecurityUnlimittedPodTest + cis_kubernetes = onap_security.security_tests:OnapSecurityCisKubernetes + http_public_endpoints = onap_security.security_tests:OnapSecurityHttpPorts + nonssl_endpoints = onap_security.security_tests:OnapSecurityNonSSLPorts + jdpw_ports = onap_security.security_tests:OnapSecurityJdwpPorts + kube_hunter = onap_security.security_tests:OnapSecurityKubeHunter |