Fix Review Pack generation UX + notifications #133

Merged
ahmido merged 13 commits from 109-review-pack-export into dev 2026-02-23 19:42:53 +00:00
Showing only changes of commit 58f5519e94 - Show all commits

View File

@ -51,6 +51,7 @@ public static function labels(): array
'baseline_compare' => 'Baseline compare',
'permission_posture_check' => 'Permission posture check',
'entra.admin_roles.scan' => 'Entra admin roles scan',
'tenant.review_pack.generate' => 'Review pack generation',
];
}
@ -82,6 +83,7 @@ public static function expectedDurationSeconds(string $operationType): ?int
'baseline_compare' => 120,
'permission_posture_check' => 30,
'entra.admin_roles.scan' => 60,
'tenant.review_pack.generate' => 60,
default => null,
};
}