/** * WGL039: Secret Echoed to Job Logs * * Flags a `script:` command that prints a secret-like variable (`echo`, * `printf`, `print`, `cat`) — even masked variables leak when transformed * (base64, reversed) before printing, and job logs are broadly readable. * Remove the debug print or pipe the value where it is needed without echoing it. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl039: PostSynthCheck; //# sourceMappingURL=wgl039.d.ts.map