/** * WGL040: Hardcoded Credential in a Registry Login * * Flags a `docker login` (or compatible) in a `script:` that passes a literal * password via `-p` / `--password` instead of a variable or `--password-stdin`. * An inlined credential sits in the committed pipeline and the job log. Use a * masked CI/CD variable and `--password-stdin`. Extends WGL016 to scripts. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl040: PostSynthCheck; //# sourceMappingURL=wgl040.d.ts.map