You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(compliance): split ThreatScore badge from framework detail page
- Show the slim ThreatScore badge in the overview section instead of the full detail page
- Move the ThreatScore detail screenshot next to the CIS one in the detail page section
- Note that the detail layout is shared and the Breakdown card is ThreatScore-only
- Rename the prior threatscore-card image to threatscore-detail to match its content
Copy file name to clipboardExpand all lines: docs/user-guide/compliance/tutorials/compliance.mdx
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,15 +64,15 @@ Select **Clear filters** to reset both the region filter and any other applied f
64
64
65
65
### Reviewing the Prowler ThreatScore Card
66
66
67
-
When the selected scan includes Prowler ThreatScore data, a dedicated card appears at the top of the overview (visible in the screenshot above), showing:
67
+
When the selected scan includes Prowler ThreatScore data, a dedicated card appears at the top of the overview, showing:
68
68
69
69
* The overall ThreatScore (0–100) with a color-coded indicator.
70
70
* A progress bar reflecting current posture.
71
71
* Per-pillar bars for IAM, Attack Surface, and Logging and Monitoring.
72
72
73
-
Selecting the card opens the ThreatScore framework detail page with a per-pillar breakdown, requirements status, top failed sections, and a complete requirement accordion:
73
+
<imgsrc="/images/compliance/prowler-app-compliance-threatscore-card.png"alt="Prowler ThreatScore badge on the Compliance overview showing the overall score and per-pillar bars"width="900" />
74
74
75
-
<imgsrc="/images/compliance/prowler-app-compliance-threatscore-card.png"alt="Prowler ThreatScore framework detail page with breakdown, requirements status, top failed sections, and accordion"width="900" />
75
+
Selecting the card opens the ThreatScore framework detail page, covered in [Working With the Framework Detail Page](#working-with-the-framework-detail-page).
76
76
77
77
For a complete explanation of the methodology, formula, and weighting, see [Prowler ThreatScore Documentation](/user-guide/compliance/tutorials/threatscore).
78
78
@@ -104,9 +104,13 @@ The header shows the framework name, version, the provider scan being reviewed,
104
104
105
105
***Requirements Status:** Donut chart with `Pass`, `Fail`, and `Manual` counts plus the total number of requirements.
106
106
***Top Failed Sections:** Ranks the sections or pillars with the highest number of failing requirements.
107
-
***ThreatScore Breakdown:** Appears only on the ThreatScore framework. It shows the overall score and per-pillar scores aligned with the ThreatScore pillars (IAM, Attack Surface, Logging and Monitoring, Encryption). See the ThreatScore detail screenshot above.
107
+
***ThreatScore Breakdown:** Appears only on the ThreatScore framework. It shows the overall score and per-pillar scores aligned with the ThreatScore pillars (IAM, Attack Surface, Logging and Monitoring, Encryption).
108
108
109
-
<imgsrc="/images/compliance/prowler-app-compliance-detail-header.png"alt="CIS framework detail page showing the title, scan info, CSV/PDF download buttons, Requirements Status donut, Top Failed Sections card, and the requirements accordion list"width="900" />
109
+
The same layout applies to every compliance framework. ThreatScore is the only framework that includes the extra Breakdown card on the left; for any other framework, the Requirements Status and Top Failed Sections cards span the full row.
110
+
111
+
<imgsrc="/images/compliance/prowler-app-compliance-threatscore-detail.png"alt="Prowler ThreatScore detail page including the extra Breakdown card alongside Requirements Status and Top Failed Sections"width="900" />
112
+
113
+
<imgsrc="/images/compliance/prowler-app-compliance-detail-header.png"alt="CIS framework detail page showing only the Requirements Status donut and the Top Failed Sections card, without the ThreatScore Breakdown"width="900" />
0 commit comments