aboutsummaryrefslogtreecommitdiffstats
path: root/docker/security/testcases.yaml
blob: e5423a4719329b9764cfbe490fe2d88ce4c30b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
tiers:
    -
        name: security
        ci_loop: '(daily)|(weekly)'
        description: >-
            Set of basic security tests.
        testcases:
            -
                case_name: kube_hunter
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    Check that the kubernetes cluster has no known
                    vulnerabilities
                run:
                    name: 'kube_hunter'
                    args:
                        severity: high

            -
                case_name: kube_bench
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    Check that the kubernetes cluster has no known
                    vulnerabilities
                run:
                    name: 'kube_bench'