save_results
Save security scan results to local storage or S3 for dashboard display. No AWS resource modifications.
Instructions
Saves scan results to local disk or S3 for dashboard display. Does not modify any AWS resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_summary | No | Optional pre-generated AI executive summary (from get_ai_summary_prompt with report_type=dashboard). Persisted into dashboard data and rendered on the Overview; omit to hide. | |
| output_dir | No | Output directory (default: ~/.aws-security) | |
| scan_results | Yes | JSON string of FullScanResult from scan_all |