Skip to content

Commit

Permalink
Merge pull request #82 from blackducksoftware/dev/name-changes
Browse files Browse the repository at this point in the history
Add Sca name changes
  • Loading branch information
devmehtabd authored Nov 21, 2024
2 parents c603f41 + 74248da commit 51ffad0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified images/BlackDuckIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions tasks/blackduck-detect-task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions tasks/blackduck-detect-task/ts/DetectADOConstants.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
8 changes: 4 additions & 4 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 51ffad0

Please sign in to comment.