renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
7 lines (6 loc) • 424 B
TypeScript
export declare const redactedFields: string[];
export declare function sanitize(input: string): string;
export declare function sanitize(input: string | null | undefined): string | null | undefined;
export declare function addSecretForSanitizing(secret: string | undefined, type?: string): void;
export declare function clearRepoSanitizedSecretsList(): void;
export declare function clearGlobalSanitizedSecretsList(): void;