1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 16:18:07 +00:00
Correcting the logic of 1.1.14 for Kubernetes 1.11.
This commit is contained in:
Nick Perry 2018-10-30 23:40:41 +00:00
parent 77481e8739
commit e083c8f0a3

View File

@ -223,7 +223,7 @@ groups:
test_items: test_items:
- flag: "--disable-admission-plugins" - flag: "--disable-admission-plugins"
compare: compare:
op: has op: nothave
value: "NamespaceLifecycle" value: "NamespaceLifecycle"
set: true set: true
remediation: | remediation: |