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?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F3339%2F3;hp=31998d50e94837acbc6157d4bfd2235d8220f3eb;p=validation.git 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"