start adding delete / review paths #508
Merged
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.
PR Type:
Enhancement
PR Description:
This pull request enhances the alert rules by adding 'deletePaths' and 'reviewPaths' to the alert messages. These new paths provide additional context for the alerts, allowing for more precise and efficient handling of potential issues.
PR Main Files Walkthrough:
files:
rules/CVE-2021-25741/raw.rego
: Added 'deletePaths' to the alert messages.rules/alert-any-hostpath/raw.rego
: Added 'deletePaths' to the alert messages.rules/alert-container-optimized-os-not-in-use/raw.rego
: Added 'reviewPaths' to the alert messages.rules/alert-mount-potential-credentials-paths/raw.rego
: Added 'deletePaths' to the alert messages.rules/alert-rw-hostpath/raw.rego
: Added 'deletePaths' to the alert messages.rules/anonymous-requests-to-kubelet-updated/raw.rego
: Added 'reviewPaths' to the alert messages.rules/automount-default-service-account/raw.rego
: Added 'deletePaths' to the alert messages.rules/automount-service-account/raw.rego
: Added 'deletePaths' to the alert messages.rules/cluster-admin-role/raw.rego
: Added 'deletePaths' to the alert messages.rules/configmap-in-default-namespace/raw.rego
: Added 'reviewPaths' to the alert messages.User Description:
Overview