adapt kube-bench scan for containerized k3d
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m32s
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m32s
This commit is contained in:
@@ -28,6 +28,13 @@ spec:
|
||||
- run
|
||||
- --benchmark
|
||||
- k3s-cis-1.7
|
||||
# K3d control-plane nodes run in containers without systemd journals.
|
||||
# These checks require journalctl and are not applicable to this CI topology.
|
||||
- --skip
|
||||
- 1.4.1,1.4.2
|
||||
# CI publishes findings as an artifact. Findings are not a merge gate yet.
|
||||
- --exit-code
|
||||
- "0"
|
||||
- --json
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user