From: DANIEL STOICA Date: Fri, 3 Apr 2020 13:32:28 +0000 (+0300) Subject: Enable kube-hunter tests and fix layer order X-Git-Tag: 3.0.0~2 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=d58226eb9ad62b7c489bf19326d4aa834d2a85d1 Enable kube-hunter tests and fix layer order Signed-off-by: DANIEL STOICA Depends-On: I4d36305d9ffd6fb7688002b6cb72a18baed77803 Change-Id: I5c19b527ec86be0a60b7c31fcd579f0802e9874d --- diff --git a/bluval/bluval-iec.yaml b/bluval/bluval-iec.yaml index 86fbef2..09889b9 100644 --- a/bluval/bluval-iec.yaml +++ b/bluval/bluval-iec.yaml @@ -18,18 +18,8 @@ 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"