+
@@ -201,6 +206,27 @@ A report already generated for a given set of filters does not need to be genera
The PDF detail section renders only **failed** requirements by default so the report stays focused as an executive/auditor document. As with every Prowler PDF, the detail section is capped at the first 100 failed findings per check; use the per-scan CSV or JSON-OCSF exports for the complete, untruncated list. See [Downloading Compliance Reports](/user-guide/compliance/tutorials/compliance#downloading-compliance-reports) for the full PDF behavior and the `DJANGO_PDF_MAX_FINDINGS_PER_CHECK` setting.
{description}
+
+
+ No account scan contributed to this requirement with the current + filters. +
+ ); + } + + const scanIds = Array.from( + new Set( + contributingAccounts.flatMap( + (account) => extras.scanIdsByAccount[account.id] ?? [], + ), + ), + ); + + return ( +