aboutsummaryrefslogtreecommitdiffstats
path: root/security/setup.cfg
blob: 61fe7fa8ed948b555c249709e54519590a05c176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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