template restructure

This commit is contained in:
2025-10-21 21:00:48 -05:00
parent 583cbffeca
commit f394e268da
11 changed files with 512 additions and 126 deletions

View File

@@ -41,6 +41,7 @@ class Reporting:
report_name: str = "Scan Report"
report_filename: str = "report.html"
full_details: bool = False
dark_mode: bool = True
email_to: List[str] = field(default_factory=list)
email_cc: List[str] = field(default_factory=list)