Enable kube-hunter tests and fix layer order 39/3339/3
authorDANIEL STOICA <daniel.stoica@enea.com>
Fri, 3 Apr 2020 13:32:28 +0000 (16:32 +0300)
committerCristina Pauna <cristina.pauna@enea.com>
Fri, 3 Apr 2020 13:54:10 +0000 (13:54 +0000)
Signed-off-by: DANIEL STOICA <daniel.stoica@enea.com>
Depends-On: I4d36305d9ffd6fb7688002b6cb72a18baed77803
Change-Id: I5c19b527ec86be0a60b7c31fcd579f0802e9874d

bluval/bluval-iec.yaml

index 86fbef2..09889b9 100644 (file)
 blueprint:
     name: demo
     layers:
-        - k8s
         - os
-
-    k8s: &k8s
-        -
-            name: conformance
-            what: conformance
-            optional: "False"
-        -
-            name: kube-hunter
-            what: kube-hunter
-            optional: "True"
+        - k8s
 
     os: &os
         -
@@ -40,3 +30,13 @@ blueprint:
             name: vuls
             what: vuls
             optional: "False"
+
+    k8s: &k8s
+        -
+            name: conformance
+            what: conformance
+            optional: "False"
+        -
+            name: kube-hunter
+            what: kube-hunter
+            optional: "False"