mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Add documentation link to SecurityScorecard (#1407)
This commit is contained in:
parent
ac3ad514ff
commit
d0ac4e8fbe
|
@ -6,6 +6,7 @@ import {
|
|||
export class SecurityScorecardApi implements ICredentialType {
|
||||
name = 'securityScorecardApi';
|
||||
displayName = 'SecurityScorecard API';
|
||||
documentationUrl = 'securityScorecard';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Key',
|
||||
|
|
Loading…
Reference in a new issue