Skip to content

Commit

Permalink
change UI parameters and tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
siyaramblackduck committed Nov 15, 2024
1 parent 30ea10c commit 4a4b0ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blackduck-security-task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"label": "Bridge CLI Installation Directory",
"defaultValue": "",
"required": false,
"helpMarkDown": "Provide the Bridge CLI installation path on the agent where it will be installed during the build.",
"helpMarkDown": "Provide the Bridge CLI installation directory on the agent where it will be installed during the build.",
"groupName": "bridgecliOptions"
},
{
Expand Down Expand Up @@ -618,7 +618,7 @@
"label": "Installation Directory",
"defaultValue": "",
"required": false,
"helpMarkDown": "Provide the Coverity installation path on the agent where it will be installed during the build.",
"helpMarkDown": "Provide the Coverity installation directory on the agent where it will be installed during the build.",
"visibleRule": "scanType = coverity",
"groupName": "coverityToolOptions"
},
Expand Down Expand Up @@ -708,7 +708,7 @@
"label": "Coverity Execution Path",
"defaultValue": "",
"required": false,
"helpMarkDown": "Path to Coverity CLI.",
"helpMarkDown": "Provide the Coverity execution path on the agent where it will be installed during the build.",
"visibleRule": "scanType = srm",
"groupName": "coverityToolOptionsForSrm"
},
Expand Down Expand Up @@ -934,7 +934,7 @@
"label": "Detect Installation Directory",
"defaultValue": "",
"required": false,
"helpMarkDown": "Provide the Detect installation path on the agent where it will be installed during the build",
"helpMarkDown": "Provide the Detect installation directory on the agent where it will be installed during the build",
"visibleRule": "scanType = blackducksca",
"groupName": "blackduckScaToolOptions"
},
Expand Down Expand Up @@ -1004,7 +1004,7 @@
"label": "Detect Execution Path",
"defaultValue": "",
"required": false,
"helpMarkDown": "Path to the Black Duck SCA Detect jar file to use.",
"helpMarkDown": "Provide the Detect execution path on the agent where it will be installed during the build.",
"visibleRule": "scanType = srm",
"groupName": "blackduckScaToolOptionsForSrm"
},
Expand Down

0 comments on commit 4a4b0ff

Please sign in to comment.