diff --git a/images/BlackDuckIcon.png b/images/BlackDuckIcon.png index 4765222..16c0275 100644 Binary files a/images/BlackDuckIcon.png and b/images/BlackDuckIcon.png differ diff --git a/tasks/blackduck-detect-task/task.json b/tasks/blackduck-detect-task/task.json index 82328f7..ab131d8 100644 --- a/tasks/blackduck-detect-task/task.json +++ b/tasks/blackduck-detect-task/task.json @@ -19,16 +19,16 @@ "instanceNameFormat": "Run Black Duck Detect for your build $(message)", "inputs": [ { - "name": "BlackDuckService", - "type": "connectedService:BlackDuck", + "name": "BlackDuckScaService", + "type": "connectedService:BlackDuckSca", "label": "Black Duck Service Endpoint", "defaultValue": "", "required": true, "helpMarkDown": "Select the Black Duck end point to use. Click on 'manage' and add a new Service Endpoint of type 'Black Duck'" }, { - "name": "BlackDuckProxyService", - "type": "connectedService:BlackDuckProxy", + "name": "BlackDuckScaProxyService", + "type": "connectedService:BlackDuckScaProxy", "label": "Black Duck Proxy Service Endpoint", "defaultValue": "", "required": false, diff --git a/tasks/blackduck-detect-task/ts/DetectADOConstants.ts b/tasks/blackduck-detect-task/ts/DetectADOConstants.ts index 99a20de..00bc779 100644 --- a/tasks/blackduck-detect-task/ts/DetectADOConstants.ts +++ b/tasks/blackduck-detect-task/ts/DetectADOConstants.ts @@ -1,6 +1,6 @@ export abstract class DetectADOConstants { - static readonly BLACKDUCK_ID = 'BlackDuckService' - static readonly BLACKDUCK_PROXY_ID = 'BlackDuckProxyService' + static readonly BLACKDUCK_ID = 'BlackDuckScaService' + static readonly BLACKDUCK_PROXY_ID = 'BlackDuckScaProxyService' static readonly BLACKDUCK_API_TOKEN = 'apitoken' diff --git a/vss-extension.json b/vss-extension.json index a4ce9a4..b470ed7 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -63,14 +63,14 @@ } }, { - "id": "blackduck-proxy-endpoint", + "id": "blackduck-sca-proxy-endpoint", "description": "Proxy Service Endpoint for Black Duck connections", "type": "ms.vss-endpoint.service-endpoint-type", "targets": [ "ms.vss-endpoint.endpoint-types" ], "properties": { - "name": "blackduckproxy", + "name": "blackduckscaproxy", "displayName": "Black Duck Proxy", "url": { "displayName": "Server URL", @@ -107,14 +107,14 @@ } }, { - "id": "blackduck-endpoint", + "id": "blackduck-sca-endpoint", "description": "Service Endpoint for Black Duck connections", "type": "ms.vss-endpoint.service-endpoint-type", "targets": [ "ms.vss-endpoint.endpoint-types" ], "properties": { - "name": "blackduck", + "name": "blackducksca", "displayName": "Black Duck", "url": { "displayName": "Server URL",