Merge "Add ICN Bluval support"
[validation.git] / bluval / bluval-eliot.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2020 Huawei Tech and others.                                 #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17 blueprint:
18     name: eliot
19     layers:
20         - os
21         - k8s
22
23     os: &os_eliot
24         -
25             name: lynis
26             what: lynis
27             optional: "False"
28         -
29             name: vuls
30             what: vuls
31             optional: "False"
32
33     k8s: &k8s
34         -
35             name: kube-hunter
36             what: kube-hunter
37             optional: "False"
38         -
39             name: conformance
40             what: conformance
41             optional: "False"