1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-14 03:39:58 +00:00
kube-bench/cfg/cis-1.6
mjshastha 7a55d5d57c
Issue: The initial command produces "root:root" as its output only when the file is present. However, if the file is missing, the command will still run successfully, though the desired output of "root:root" won't be obtained. (#1538)
Fix: To address this, we've modified the command to achieve the following:

Verify the existence of the file.

If the file is found, show the user and group ownership in the "username:groupname" format.

If the file is not found, display the message "File not found."

To accommodate this change, we've integrated the expected output "File not found" for instances where the file is absent. This adjustment ensures the successful execution of the test.

Co-authored-by: mjshastha <manojshastha.madriki@aquasec.com>
2023-12-18 09:10:07 +02:00
..
config.yaml Add cis 1.6 (#678) 2020-09-17 16:54:43 +01:00
controlplane.yaml Add detected kubernetes version (#869) 2021-05-09 14:48:34 +03:00
etcd.yaml Add detected kubernetes version (#869) 2021-05-09 14:48:34 +03:00
master.yaml support customize datadir locations of etcd (#1330) 2022-11-25 15:32:49 +02:00
node.yaml Issue: The initial command produces "root:root" as its output only when the file is present. However, if the file is missing, the command will still run successfully, though the desired output of "root:root" won't be obtained. (#1538) 2023-12-18 09:10:07 +02:00
policies.yaml Add detected kubernetes version (#869) 2021-05-09 14:48:34 +03:00