-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/policy rules #399
Merged
Merged
Feature/policy rules #399
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0b5d8f8
Added rule policies
afek854 106ccef
Added rule policy to symlink
afek854 3c3773f
Added rule condition interface & modified rules
afek854 0fe9fdc
Added rule condition logic
afek854 bfcc7c2
Added rule policy reporter
afek854 92ab0ca
Modified rule policy reporting process
afek854 6c70b21
Modified tests & fixed enrichment
afek854 db059ae
Added tests
afek854 80e393e
Merge branch 'main' of github.com:kubescape/node-agent into feature/p…
afek854 19cc5ae
Fixed create patch function
afek854 3a3d2eb
Added support to hardlink & exec
afek854 179544e
Fixed symlink rule
afek854 d957650
Fixed rules test
afek854 a253a1e
Refactor merge policy
afek854 3885bab
Fixed rule policy adding operations
afek854 be17167
Added init operations
afek854 9881634
Merge branch 'main' of github.com:kubescape/node-agent into feature/p…
afek854 4d9a26e
Added Cache to savedRulePolicies
afek854 66eed95
Added component test & cache for policies
afek854 b14a3b2
Fixed init ops
afek854 def694f
Fixed component test
afek854 afb7631
Update default rule binding
afek854 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a bit ugly, but let's leave it like that for the moment