aboutsummaryrefslogtreecommitdiffstats
path: root/security/setup.cfg
blob: 6e07ada1eacd9a515ef0587389d6e96a6800cfa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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
    versions = onap_security.security_tests:OnapSecurityVersions