Skip to content

Commit

Permalink
Fix: wget is just enough to trigger the rule
Browse files Browse the repository at this point in the history
Signed-off-by: GLVSKiriti <[email protected]>
  • Loading branch information
GLVSKiriti committed Mar 29, 2024
1 parent d19aeb9 commit ce9a85a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var _ = events.Register(

func LaunchIngressRemoteFileCopyToolsInsideContainer(h events.Helper) error {
if h.InContainer() {
cmd := exec.Command("wget", "https://falco.org/")
cmd := exec.Command("wget")
return cmd.Run()
}
return nil
Expand Down

0 comments on commit ce9a85a

Please sign in to comment.