Skip to content
Snippets Groups Projects
Unverified Commit 2073e083 authored by Julien Garcia Gonzalez's avatar Julien Garcia Gonzalez Committed by GitHub
Browse files

update 2.2.4 rules

parent db096c9f
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,7 @@ groups: ...@@ -368,7 +368,7 @@ groups:
scored: true scored: true
- id: 2.2.4 - id: 2.2.4
text: "Ensure that the kubelet.conf file ownership is set to root:root (Scored)" text: "2.2.4 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'" audit: "/bin/sh -c 'if test -e $kubeletconf; then stat -c %U:%G $kubeletconf; fi'"
tests: tests:
test_items: test_items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment