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.

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