You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Filtering.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,4 @@ Not complete set of options. (To be completed!)
17
17
|`filter.statuses`| The status of the check. Valid values:["SUCCESS"\| "FAILURE"]|
18
18
|`filter.suppressedFilterMode` | Whether to use the`"v1"` or`"v2"` suppressed functionality.`"v1"`: Using`suppressed=true` will return both suppressed and unsuppressed checks,`suppressed=false` will just return unsuppressed checks.`"v2"`: Using`suppressed=true` return will just return suppressed checks,`suppressed=false` will just return unsuppressed checks, and omitting the filter will return both. Defaults to`"v1"`. Valid values:[ "v1"\| "v2"]
19
19
|`filter.suppressed`| Show Suppressed rules. A boolean. Will default to`true` for "v1", and omitted for "v2". Valid values:[true\|false]|
20
+
|`filter.providers`| Cloud providers. Possible values:["aws"\| "azure"]|