feat(compliance): tweaks in compliance report

This commit is contained in:
pedrooot
2025-06-11 11:25:16 +02:00
parent 7aacb0e1f1
commit da9f4ea6e6
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -65,3 +65,6 @@ node_modules
# Persistent data
_data/
# Compliance report
*.pdf
@@ -39,11 +39,13 @@ def generate_compliance_report(
"""
styles = getSampleStyleSheet()
prowler_dark_green = colors.Color(0.1, 0.5, 0.2)
title_style = ParagraphStyle(
"CustomTitle",
parent=styles["Title"],
fontSize=24,
textColor=colors.Color(0.1, 0.2, 0.4),
textColor=prowler_dark_green,
spaceAfter=20,
fontName="Helvetica-Bold",
alignment=TA_CENTER,