/** * WAW053: ECR Image Scanning Disabled * * Flags ECR repositories without ImageScanningConfiguration.ScanOnPush: true * — pushed images aren't scanned for known CVEs. */ import type { PostSynthCheck, PostSynthContext, PostSynthDiagnostic } from "@intentius/chant/lint/post-synth"; export declare function checkEcrScanOnPush(ctx: PostSynthContext): PostSynthDiagnostic[]; export declare const waw053: PostSynthCheck; //# sourceMappingURL=waw053.d.ts.map