mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
fix: add httpsCertificate, httpsPrivateKey and httpsCertificateAuthority into redactedFields (#25013)
This commit is contained in:
parent
75d828fc72
commit
4670e3b7f9
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ export const redactedFields = [
|
||||||
'gitPrivateKey',
|
'gitPrivateKey',
|
||||||
'forkToken',
|
'forkToken',
|
||||||
'password',
|
'password',
|
||||||
|
'httpsCertificate',
|
||||||
|
'httpsPrivateKey',
|
||||||
|
'httpsCertificateAuthority',
|
||||||
];
|
];
|
||||||
|
|
||||||
// TODO: returns null or undefined only when input is null or undefined.
|
// TODO: returns null or undefined only when input is null or undefined.
|
||||||
|
|
Loading…
Reference in a new issue