Skip to content

Commit

Permalink
removing log message
Browse files Browse the repository at this point in the history
Signed-off-by: Kapil Sharma <[email protected]>
  • Loading branch information
h4l0gen authored Apr 9, 2024
1 parent 107df45 commit cdb3b0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions events/syscall/disallowed_ssh_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package syscall

import (
"os/exec"

"github.com/falcosecurity/event-generator/events"
)

Expand All @@ -31,8 +30,5 @@ func DisallowedSSHConnection(h events.Helper) error {
if err != nil {
return err
}

h.Log().Info("Disallowed SSH connection attempt to port 22")

return nil
}

0 comments on commit cdb3b0d

Please sign in to comment.