mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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 {
|
export class SecurityScorecardApi implements ICredentialType {
|
||||||
name = 'securityScorecardApi';
|
name = 'securityScorecardApi';
|
||||||
displayName = 'SecurityScorecard API';
|
displayName = 'SecurityScorecard API';
|
||||||
|
documentationUrl = 'securityScorecard';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
Loading…
Reference in a new issue