mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16: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',
|
||||
'forkToken',
|
||||
'password',
|
||||
'httpsCertificate',
|
||||
'httpsPrivateKey',
|
||||
'httpsCertificateAuthority',
|
||||
];
|
||||
|
||||
// TODO: returns null or undefined only when input is null or undefined.
|
||||
|
|
Loading…
Reference in a new issue