mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
fix(threatscore): improve the way ThreatScore is calculated (#8582)
Co-authored-by: Sergio Garcia <hello@mistercloudsec.com> Co-authored-by: alejandrobailo <alejandrobailo94@gmail.com>
This commit is contained in:
@@ -189,6 +189,9 @@ export interface RequirementItemData {
|
||||
version: string;
|
||||
description: string;
|
||||
status: RequirementStatus;
|
||||
// For Threat compliance:
|
||||
passed_findings?: number;
|
||||
total_findings?: number;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user