UNPKG

container-image-scanner

Version:

Enterprise Container Image Scanner with AWS Security Best Practices. Scan EKS clusters for Bitnami container image dependencies and generate migration guidance for AWS ECR 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