File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
pkg/securityscan/core/templates Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1212 <1.21.0: rke2-cis-1.20-profile-permissive
1313 >=1.21.0: rke2-cis-1.8-profile-permissive
1414 eks : " eks-profile"
15- gke : " gke-profile"
15+ gke : " gke-profile-1.6.0 "
1616 aks : " aks-profile"
1717 k3s : " k3s-cis-1.8-profile-permissive"
1818 default : " cis-1.8-profile"
Original file line number Diff line number Diff line change 5656 - hostPath:
5757 path: /run/log
5858 name: run-log
59+ - hostPath:
60+ path: /etc/kubernetes/kubelet
61+ name: etc-kubelet
62+ - hostPath:
63+ path: /var/lib/kubelet
64+ name: var-kubelet
5965 {{- if .isCustomBenchmark }}
6066 - configMap:
6167 defaultMode: 420
@@ -132,6 +138,12 @@ data:
132138 - mountPath: /run/log/
133139 name: run-log
134140 readOnly: true
141+ - mountPath: /etc/kubernetes/kubelet
142+ name: etc-kubelet
143+ readOnly: true
144+ - mountPath: /var/lib/kubelet
145+ name: var-kubelet
146+ readOnly: true
135147 {{- if .isCustomBenchmark }}
136148 - mountPath: /etc/kbs/custombenchmark/cfg
137149 name: custom-benchmark-volume
You can’t perform that action at this time.
0 commit comments