render_report
Converts scan results into a self-contained Korean report in Markdown, HTML, or both, suitable for sharing with non-technical stakeholders or attaching to approval records.
Instructions
ScanReport(scan_code / scan_path 결과)를 한국어 보고서로 렌더링합니다.
사람이 읽고 결재·보고에 쓸 문서가 필요할 때 사용하세요.
format="markdown": Markdown 본문(기본)
format="html": 자체 포함 단일 HTML(외부 CDN·JS 없음, 인쇄→PDF·이메일 가능)
format="both": Markdown + HTML 모두
출력은 자체 완결적이라 비전공 이해관계자 공유나 내부 승인 기록 첨부에 적합합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | ||
| format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||