/** * WGL031: Container Image Without an Immutable Digest * * Flags `image:` and `services:` references that are not pinned to an immutable * `@sha256:` digest. A mutable tag can be repointed to a different image after * review. Images built from a variable (e.g. `$CI_REGISTRY_IMAGE:tag`) are * skipped — their concrete reference is not knowable from the static config. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl031: PostSynthCheck; //# sourceMappingURL=wgl031.d.ts.map