Code Review
/
validation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2865a1e
)
Add ICN Bluval support
70/3370/1
author
Igor DC
<igordcard@gmail.com>
Thu, 16 Apr 2020 22:48:19 +0000
(22:48 +0000)
committer
Igor DC
<igordcard@gmail.com>
Fri, 17 Apr 2020 21:38:17 +0000
(21:38 +0000)
Signed-off-by: Igor DC <igordcard@gmail.com>
Change-Id: I2282455442504216d5ada78ef856d31565230417
bluval/bluval-icn.yaml
[new file with mode: 0644]
patch
|
blob
diff --git a/bluval/bluval-icn.yaml
b/bluval/bluval-icn.yaml
new file mode 100644
(file)
index 0000000..
9d190bc
--- /dev/null
+++ b/
bluval/bluval-icn.yaml
@@ -0,0
+1,25
@@
+blueprint:
+ name: icn
+ layers:
+ - os
+ - k8s
+
+ os: &os
+ -
+ name: lynis
+ what: lynis
+ optional: "False"
+ -
+ name: vuls
+ what: vuls
+ optional: "False"
+
+ k8s: &k8s
+ -
+ name: conformance
+ what: conformance
+ optional: "False"
+ -
+ name: kube-hunter
+ what: kube-hunter
+ optional: "False"