From 12c1cfd0a115c11f8ea986780c7f98f7c93505c0 Mon Sep 17 00:00:00 2001 From: ShohamBit Date: Wed, 30 Oct 2024 08:59:57 +0000 Subject: [PATCH] changed process filter to scope filters --- docs/docs/policies/rules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/policies/rules.md b/docs/docs/policies/rules.md index 942de4a70fa4..5b741deb8a99 100644 --- a/docs/docs/policies/rules.md +++ b/docs/docs/policies/rules.md @@ -40,11 +40,11 @@ The [events](../events/index.md) section provides further information on the typ Filters enable you to refine the policy's scope by specifying conditions for particular events. This allows you to narrow down the criteria to precisely target the events you're interested in, ensuring that the policy applies only under specific circumstances. -Every `event` that is specified within the `rules` section supports three types of filters: `process`, `data` and `return value`. +Every `event` that is specified within the `rules` section supports three types of filters: `scope`, `data` and `return value`. -### Process filters +### Scope filters -Further refinement of the policy's scope is achievable through the application of process filters: +Further refinement of the policy's scope is achievable through the application of scope filters: ```yaml apiVersion: tracee.aquasec.com/v1beta1