list_security_findings
Identify and filter security findings in Kubernetes and cloud environments by type, severity, source, and status, enabling targeted risk assessment and remediation actions.
Instructions
List security findings with optional filtering by types, severities, sources, and status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_time | No | From time in RFC3339 or relative format, i.e. now-7d | now-7d |
limit | No | Number of findings to return | |
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_names | No | List of source names to filter by | |
source_namespaces | No | List of source namespaces to filter by | |
source_types | No | List of source types to filter by | |
status | No | Status of the findings to filter by | open |
to_time | No | To time in RFC3339 or relative format, i.e. now-7d | |
types | No | List of finding types to filter by |