fix(TheHive Node): Treat ApiKey as a secret (#6786)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-07-28 15:01:52 +02:00 committed by GitHub
parent 7461085408
commit 11a3965ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ export class TheHiveApi implements ICredentialType {
displayName: 'API Key',
name: 'ApiKey',
type: 'string',
typeOptions: { password: true },
default: '',
},
{