1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-16 04:49:19 +00:00

fix: rh-1.0 check 4.1.3 typo (#1652)

Co-authored-by: Arano-kai <captcha.is(dot)evil(meov)gmail.com>
This commit is contained in:
Arano-kai 2024-10-04 10:42:56 +03:00 committed by GitHub
parent c683e93968
commit 3a0ccc440c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ groups:
echo "No matching pods found on the current node."
else
# Execute the stat command
oc exec -n openshift-sdn "$POD_NAME" - stat -Lc "$i %n permissions=%a" /config/kube-proxy-config.yaml 2>/dev/null
oc exec -n openshift-sdn "$POD_NAME" -- stat -Lc "$i %n permissions=%a" /config/kube-proxy-config.yaml 2>/dev/null
fi
tests:
bin_op: or