File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11cryptnono :
22 enabled : true
33 detectors :
4+ # execwhacker and flowkiller need access to containerd, and docker on build hosts,
5+ # to lookup the container.
6+ # Override containerdHostPath if K8s uses a different path for containerd
47 tcpflowkiller :
58 enabled : true
69 config :
710 FlowKiller :
811 banned_ipv4_file_globs :
912 - " /ban-config/*.txt"
13+ containerdHostPath : /run/containerd/containerd.sock
14+ dockerHostPath : /run/dind/docker.sock
1015 execwhacker :
1116 metrics :
1217 enabled : true
13- # execwhacker needs access to containerd, and docker on build hosts, to lookup the container.
14- # Override if K8s uses a different path for containerd
1518 containerdHostPath : /run/containerd/containerd.sock
1619 dockerHostPath : /run/dind/docker.sock
1720
You can’t perform that action at this time.
0 commit comments