writer: drop the executive-report docstring

This commit is contained in:
Ahmed Allam
2026-08-09 22:50:50 +00:00
parent 8173deadcb
commit 970e8ed395
-6
View File
@@ -118,12 +118,6 @@ def write_executive_report(
final_scan_result: str,
coverage_markdown: str | None = None,
) -> None:
"""Write the client-facing report, optionally with a coverage appendix.
``coverage_markdown`` is rendered from the coverage ledger rather than
authored by an agent, so what the report claims was examined stays tied to
what was actually recorded.
"""
path = run_dir / "penetration_test_report.md"
sections = [
"# Security Penetration Test Report\n",