|
204 | 204 | {
|
205 | 205 | "name": "polarisWaitForScan",
|
206 | 206 | "type": "boolean",
|
207 |
| - "label": "Polaris Wait For Scan", |
| 207 | + "label": "Polaris Wait For Scan Completion", |
208 | 208 | "defaultValue": true,
|
209 | 209 | "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.", |
211 | 211 | "visibleRule": "scanType = polaris",
|
212 | 212 | "groupName": "scanOptions"
|
213 | 213 | },
|
|
429 | 429 | {
|
430 | 430 | "name": "coverityWaitForScan",
|
431 | 431 | "type": "boolean",
|
432 |
| - "label": "Coverity Wait For Scan", |
| 432 | + "label": "Coverity Wait For Scan Completion", |
433 | 433 | "defaultValue": true,
|
434 | 434 | "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.", |
436 | 436 | "visibleRule": "scanType = coverity",
|
437 | 437 | "groupName": "scanOptions"
|
438 | 438 | },
|
|
639 | 639 | {
|
640 | 640 | "name": "blackduckWaitForScan",
|
641 | 641 | "type": "boolean",
|
642 |
| - "label": "Black Duck Wait For Scan", |
| 642 | + "label": "Black Duck Wait For Scan Completion", |
643 | 643 | "defaultValue": true,
|
644 | 644 | "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.", |
646 | 646 | "visibleRule": "scanType = blackduck",
|
647 | 647 | "groupName": "scanOptions"
|
648 | 648 | },
|
|
909 | 909 | {
|
910 | 910 | "name": "srmWaitForScan",
|
911 | 911 | "type": "boolean",
|
912 |
| - "label": "SRM Wait For Scan", |
| 912 | + "label": "SRM Wait For Scan Completion", |
913 | 913 | "defaultValue": true,
|
914 | 914 | "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.", |
916 | 916 | "visibleRule": "scanType = srm",
|
917 | 917 | "groupName": "scanOptions"
|
918 | 918 | },
|
|
0 commit comments