-
Notifications
You must be signed in to change notification settings - Fork 48
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
SUB-2768 - finish adding delete / review paths #517
Conversation
Signed-off-by: YiscahLevySilas1 <yiscahls@armosec.io>
PR Analysis
PR Feedback
How to use
|
Summary:
|
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.
@YiscahLevySilas1 Do we have any system tests that needs to be fixed before merging those changes ?
is something going to be breaked due to that ?
Summary:
|
Summary:
|
PR Type:
Enhancement
PR Description:
This PR introduces the addition of review and delete paths to various rules. These paths provide additional information for the alert system, allowing for more precise and actionable alerts. The changes are applied to a wide range of rule files, enhancing the overall functionality and reliability of the system.
PR Main Files Walkthrough:
files:
rules/rule-list-all-cluster-admins/raw.rego
: Added delete paths to the alert system for cluster admins.rules/resources-cpu-limit-and-request/raw.rego
: Added review paths to the alert system for CPU limit and request.rules/rule-can-delete-k8s-events/raw.rego
: Added delete paths to the alert system for deleting Kubernetes events.rules/rule-secrets-in-env-var/raw.rego
: Added delete paths to the alert system for secrets in environment variables.rules/rule-excessive-delete-rights/raw.rego
: Added delete paths to the alert system for excessive delete rights.rules/resources-memory-limit-and-request/raw.rego
: Added review paths to the alert system for memory limit and request.rules/set-seccomp-profile-RuntimeDefault/raw.rego
: Added review paths to the alert system for setting seccomp profile to RuntimeDefault.rules/host-network-access/raw.rego
: Added delete paths to the alert system for host network access.rules/set-procmount-default/raw.rego
: Added review paths to the alert system for setting procmount to default.rules/sudo-in-container-entrypoint/raw.rego
: Added review paths to the alert system for sudo in container entrypoint.User Description:
Overview