Skip to content

Commit

Permalink
Update launch_suspicious_network_tool_in_container.go
Browse files Browse the repository at this point in the history
Signed-off-by: Kapil Sharma <[email protected]>
  • Loading branch information
h4l0gen authored and poiana committed Apr 4, 2024
1 parent e44be53 commit 46d371f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ import (
"github.com/falcosecurity/event-generator/events"
)

var _ = events.Register(LaunchSuspiciousNetworkToolInContainer)
var _ = events.Register(
LaunchSuspiciousNetworkToolInContainer,
events.WithDisabled(), // this rule is not included in falco_rules.yaml (stable rules), so disable the action
)

func LaunchSuspiciousNetworkToolInContainer(h events.Helper) error {
if h.InContainer() {
Expand Down

0 comments on commit 46d371f

Please sign in to comment.