1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-23 00:28:07 +00:00

Fix typo in node definition.

This commit is contained in:
Abubakr-Sadik Nii Nai Davis 2018-08-08 18:11:43 +00:00
parent 4bb5039517
commit 50965ea3a4

View File

@ -368,7 +368,7 @@ groups:
scored: true
- id: 2.2.4
description: "2.2.4 Ensure that the kubelet service file ownership is set to root:root (Scored)"
description: "Ensure that the kubelet service file ownership is set to root:root (Scored)"
audit: "/bin/sh -c 'if test -e $kubeletconf; then stat -c %U:%G $kubeletconf; fi'"
tests:
test_items: