File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ func init() {
22
22
23
23
func loadFalco (c cluster.TestCluster ) {
24
24
// load the falco binary
25
- // TODO: master or 0.37.0 is broken for Flatcar, especially when we update glibc to 2.38
26
- c .MustSSH (c .Machines ()[0 ], "docker run --rm --privileged -v /root/.falco:/root/.falco -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro -v /etc:/host/etc:ro falcosecurity/falco-driver-loader:0.36.2" )
25
+ c .MustSSH (c .Machines ()[0 ], "docker run --rm --privileged -v /root/.falco:/root/.falco -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro -v /etc:/host/etc:ro falcosecurity/falco-driver-loader:master" )
27
26
// Build must succeed and falco must be running
28
27
c .MustSSH (c .Machines ()[0 ], "dmesg | grep falco" )
29
28
c .MustSSH (c .Machines ()[0 ], "lsmod | grep falco" )
You can’t perform that action at this time.
0 commit comments