UNPKG

container-image-scanner

Version:

🚨 EMERGENCY Bitnami Migration Scanner - Critical Timeline Aug 28/Sep 29, 2025. Enterprise scanner for 280+ Bitnami images, 118+ Helm charts with emergency migration automation to AWS alternatives.

7 lines • 218 B
interface UIServerOptions { host?: string; verbose?: boolean; } export declare function startUIServer(port?: number, options?: UIServerOptions): Promise<void>; export {}; //# sourceMappingURL=ui-server.d.ts.map