Skip to content

Commit

Permalink
Update and rename launch_remote_file_copy_tool_in_container.go to lau…
Browse files Browse the repository at this point in the history
…nch_remote_file_copy_tools_in_container.go

Signed-off-by: Kapil Sharma <[email protected]>
  • Loading branch information
h4l0gen authored and poiana committed Apr 5, 2024
1 parent 86b0004 commit 4a1ca52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ import (
)

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

func LaunchRemoteFileCopyToolInContainer(h events.Helper) error {
func LaunchRemoteFileCopyToolsInContainer(h events.Helper) error {
if h.InContainer() {
// Launch a remote file copy tool (e.g., scp) within the container
cmd := exec.Command("scp")
Expand Down

0 comments on commit 4a1ca52

Please sign in to comment.