list_security_findings
Identify and filter security findings by type, severity, source, and status to assess risks in Kubernetes and cloud environments. Customize results with time ranges and specific criteria for targeted analysis.
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 |