mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-18 18:11:57 +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
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
// Risk Plot Actions
|
|
export * from "./risk-plot";
|
|
export * from "./risk-plot.adapter";
|
|
export * from "./types/risk-plot.types";
|