mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 16:18:07 +00:00
Added missing "=" to master.yaml
In the remediation of 1.1.11 the flag --enable-admission-plugins was missing a =
This commit is contained in:
parent
52d6ac717d
commit
e81b785bf8
@ -179,7 +179,7 @@ groups:
|
||||
Edit the API server pod specification file $apiserverconf
|
||||
on the master node and set the --enable-admission-plugins to
|
||||
include AlwaysPullImages.
|
||||
--enable-admission-plugins...,AlwaysPullImages,...
|
||||
--enable-admission-plugins=...,AlwaysPullImages,...
|
||||
scored: true
|
||||
|
||||
- id: 1.1.12
|
||||
|
Loading…
Reference in New Issue
Block a user