Skip to content

Commit

Permalink
Adding enrichment to rules
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Jul 3, 2024
1 parent 8de28e0 commit 1820deb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ func (rule *R1012HardlinkCreatedOverSensitiveFile) ProcessEvent(eventType utils.
UpperLayer: &hardlinkEvent.UpperLayer,
Uid: &hardlinkEvent.Uid,
Gid: &hardlinkEvent.Gid,
Path: hardlinkEvent.ExePath,
Hardlink: hardlinkEvent.ExePath,
},
ContainerID: hardlinkEvent.Runtime.ContainerID,
},
Expand Down

0 comments on commit 1820deb

Please sign in to comment.