Skip to content

Commit

Permalink
changed process filter to scope filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ShohamBit committed Oct 30, 2024
1 parent 3f60a6f commit 12c1cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/policies/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12c1cfd

Please sign in to comment.