|
397 | 397 | "description": "Set to use an existing issues repository.", |
398 | 398 | "required": false |
399 | 399 | }, |
| 400 | + { |
| 401 | + "key": "compliance_pipeline_repo_use_group_settings", |
| 402 | + "type": "boolean", |
| 403 | + "default_value": true, |
| 404 | + "description": "Set to `true` to apply group level repository settings to the compliance pipeline repository. See `repo_git_provider` as an example.", |
| 405 | + "required": false |
| 406 | + }, |
| 407 | + { |
| 408 | + "key": "compliance_pipeline_repo_title", |
| 409 | + "type": "string", |
| 410 | + "default_value": "", |
| 411 | + "description": "(Optional) The title of the server. e.g. My Git Enterprise Server.", |
| 412 | + "required": false |
| 413 | + }, |
| 414 | + { |
| 415 | + "key": "compliance_pipeline_repo_root_url", |
| 416 | + "type": "string", |
| 417 | + "default_value": "", |
| 418 | + "description": "(Optional) The Root URL of the server. e.g. https://git.example.com.", |
| 419 | + "required": false |
| 420 | + }, |
| 421 | + { |
| 422 | + "key": "compliance_pipeline_repo_blind_connection", |
| 423 | + "type": "string", |
| 424 | + "default_value": "false", |
| 425 | + "description": "Setting this value to `true` means the server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide. Certain functionality that requires API access to the git server will be disabled. Delivery pipeline will only work using a private worker that has network access to the git server.", |
| 426 | + "required": false |
| 427 | + }, |
400 | 428 | { |
401 | 429 | "key": "compliance_pipeline_repo_git_provider", |
402 | 430 | "type": "string", |
|
2312 | 2340 | "description": "Set to use an existing issues repository.", |
2313 | 2341 | "required": false |
2314 | 2342 | }, |
| 2343 | + { |
| 2344 | + "key": "compliance_pipeline_repo_use_group_settings", |
| 2345 | + "type": "boolean", |
| 2346 | + "default_value": true, |
| 2347 | + "description": "Set to `true` to apply group level repository settings to the compliance pipeline repository. See `repo_git_provider` as an example.", |
| 2348 | + "required": false |
| 2349 | + }, |
| 2350 | + { |
| 2351 | + "key": "compliance_pipeline_repo_title", |
| 2352 | + "type": "string", |
| 2353 | + "default_value": "", |
| 2354 | + "description": "(Optional) The title of the server. e.g. My Git Enterprise Server.", |
| 2355 | + "required": false |
| 2356 | + }, |
| 2357 | + { |
| 2358 | + "key": "compliance_pipeline_repo_root_url", |
| 2359 | + "type": "string", |
| 2360 | + "default_value": "", |
| 2361 | + "description": "(Optional) The Root URL of the server. e.g. https://git.example.com.", |
| 2362 | + "required": false |
| 2363 | + }, |
| 2364 | + { |
| 2365 | + "key": "compliance_pipeline_repo_blind_connection", |
| 2366 | + "type": "string", |
| 2367 | + "default_value": "false", |
| 2368 | + "description": "Setting this value to `true` means the server is not addressable on the public internet. IBM Cloud will not be able to validate the connection details you provide. Certain functionality that requires API access to the git server will be disabled. Delivery pipeline will only work using a private worker that has network access to the git server.", |
| 2369 | + "required": false |
| 2370 | + }, |
2315 | 2371 | { |
2316 | 2372 | "key": "compliance_pipeline_repo_git_provider", |
2317 | 2373 | "type": "string", |
|
0 commit comments