list_security_findings
Retrieve security findings from Kubernetes environments with filtering by type, severity, source, and status to identify vulnerabilities and threats.
Instructions
List security findings with optional filtering by types, severities, sources, and status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of findings to return | |
| types | No | List of finding types to filter by | |
| severities | No | List of severity levels to filter by | |
| source_kinds | No | List of source kinds to filter by. i.e. Deployment,Pod,Container,Node,etc. | |
| source_types | No | List of source types to filter by | |
| source_names | No | List of source names to filter by | |
| source_namespaces | No | List of source namespaces to filter by | |
| status | No | Status of the findings to filter by | open |
| from_time | No | From time in RFC3339 or relative format, i.e. now-7d | now-7d |
| to_time | No | To time in RFC3339 or relative format, i.e. now-7d |