Skip to content

Commit

Permalink
Merge pull request #10 from cloudskiff/add_note_filtering
Browse files Browse the repository at this point in the history
Add a note on filtering
  • Loading branch information
eliecharra authored Mar 9, 2021
2 parents 837ccd3 + 425b470 commit ab76433
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/usage/filtering/rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ id: rules
title: Filter Rules
---

:::info
Filter rules can be used not only to **scan** resources, but also to **ignore** resources.

You can indeed use both inclusion and exclusion logics.
:::

**Filter rules** allow you to build complex expression to include and exclude a set of resources in your workflow.
Powered by expression language [JMESPath](https://jmespath.org/) you could build a complex include and exclude expression.

Expand Down

0 comments on commit ab76433

Please sign in to comment.