Skip to content

Commit a033ad0

Browse files
Merge pull request #173 from synopsys-sig/1.10.0-tooltips-fix
label and description changed for waitForScan
2 parents 0d9da41 + d86ccdc commit a033ad0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

synopsys-task/task.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@
204204
{
205205
"name": "polarisWaitForScan",
206206
"type": "boolean",
207-
"label": "Polaris Wait For Scan",
207+
"label": "Polaris Wait For Scan Completion",
208208
"defaultValue": true,
209209
"required": false,
210-
"helpMarkDown": "It specifies whether the workflow should wait for the analysis to complete or not. Default value: true.",
210+
"helpMarkDown": "Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.",
211211
"visibleRule": "scanType = polaris",
212212
"groupName": "scanOptions"
213213
},
@@ -429,10 +429,10 @@
429429
{
430430
"name": "coverityWaitForScan",
431431
"type": "boolean",
432-
"label": "Coverity Wait For Scan",
432+
"label": "Coverity Wait For Scan Completion",
433433
"defaultValue": true,
434434
"required": false,
435-
"helpMarkDown": "It specifies whether the workflow should wait for the analysis to complete or not. Default value: true.",
435+
"helpMarkDown": "Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.",
436436
"visibleRule": "scanType = coverity",
437437
"groupName": "scanOptions"
438438
},
@@ -639,10 +639,10 @@
639639
{
640640
"name": "blackduckWaitForScan",
641641
"type": "boolean",
642-
"label": "Black Duck Wait For Scan",
642+
"label": "Black Duck Wait For Scan Completion",
643643
"defaultValue": true,
644644
"required": false,
645-
"helpMarkDown": "It specifies whether the workflow should wait for the analysis to complete or not. Default value: true.",
645+
"helpMarkDown": "Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.",
646646
"visibleRule": "scanType = blackduck",
647647
"groupName": "scanOptions"
648648
},
@@ -909,10 +909,10 @@
909909
{
910910
"name": "srmWaitForScan",
911911
"type": "boolean",
912-
"label": "SRM Wait For Scan",
912+
"label": "SRM Wait For Scan Completion",
913913
"defaultValue": true,
914914
"required": false,
915-
"helpMarkDown": "It specifies whether the workflow should wait for the analysis to complete or not. Default value: true.",
915+
"helpMarkDown": "Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.",
916916
"visibleRule": "scanType = srm",
917917
"groupName": "scanOptions"
918918
},

0 commit comments

Comments
 (0)