Skip to content

Commit

Permalink
Update launch_network_tool.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 a042219 commit 16a1f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/syscall/launch_network_tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/falcosecurity/event-generator/events"
)

var _ = events.Register(LaunchSuspiciousNetworkToolOnHost)
var _ = events.Register(LaunchSuspiciousNetworkToolInContainer)

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

0 comments on commit 16a1f14

Please sign in to comment.