From d58226eb9ad62b7c489bf19326d4aa834d2a85d1 Mon Sep 17 00:00:00 2001 From: DANIEL STOICA Date: Fri, 3 Apr 2020 16:32:28 +0300 Subject: [PATCH] Enable kube-hunter tests and fix layer order Signed-off-by: DANIEL STOICA Depends-On: I4d36305d9ffd6fb7688002b6cb72a18baed77803 Change-Id: I5c19b527ec86be0a60b7c31fcd579f0802e9874d --- bluval/bluval-iec.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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" -- 2.16.6