Skip to content
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

changed process filter to scope filters #4371

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading