mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add documentation link to SecurityScorecard (#1407)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user