Merge pull request #1270 from vinodkiran/BUGFIX/gitguardian-alerts

GitGuardian - Fix for MongoDB False Positive Alert
This commit is contained in:
Henry Heng
2023-11-23 16:30:20 +00:00
committed by GitHub
@@ -16,7 +16,7 @@ class MongoDBUrlApi implements INodeCredential {
label: 'ATLAS Connection URL',
name: 'mongoDBConnectUrl',
type: 'string',
placeholder: 'mongodb+srv://myDatabaseUser:D1fficultP%40ssw0rd@cluster0.example.mongodb.net/?retryWrites=true&w=majority'
placeholder: 'mongodb+srv://<user>:<pwd>@cluster0.example.mongodb.net/?retryWrites=true&w=majority'
}
]
}