Skip to content

Commit

Permalink
Adding new rule to factory
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Jun 4, 2024
1 parent ad0ad89 commit b5601d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ruleengine/v1/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func NewRuleCreator() *RuleCreatorImpl {
R1009CryptoMiningRelatedPortRuleDescriptor,
R1010SymlinkCreatedOverSensitiveFileRuleDescriptor,
R1011LdPreloadHookRuleDescriptor,
R1012HardlinkCreatedOverSensitiveFileRuleDescriptor,
},
}
}
Expand Down

0 comments on commit b5601d3

Please sign in to comment.