mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
6215c1ba46
- Fix Risk Score formula: higher score = better (same as ThreatScore) - Add percentage calculation for severity breakdown in bar chart - Improve type safety in createScatterDotShape with proper JSDoc - Replace inline styles with Tailwind classes on HTML elements - Add documentation explaining CSS variables usage for Recharts compatibility
10 lines
306 B
TypeScript
10 lines
306 B
TypeScript
// Re-export all overview actions from feature-based subfolders
|
|
export * from "./attack-surface";
|
|
export * from "./findings";
|
|
export * from "./providers";
|
|
export * from "./regions";
|
|
export * from "./risk-plot";
|
|
export * from "./services";
|
|
export * from "./severity-trends";
|
|
export * from "./threat-score";
|