Skip to content

Commit aadfe57

Browse files
authored
Add files via upload
1 parent 95ff594 commit aadfe57

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jenkins_install/scriptler/scripts/SubOptions.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ List logging_services = ["<b>LOGGING SERVICES</b>:disabled","Enable VCN Flow Log
1313
List cis = ["<b>CIS</b>:disabled","Create Key/Vault", "Create Default Budget", "Enable Cloud Guard"]
1414
List cd3_services = ["<b>CD3 SERVICES</b>:disabled","Fetch Compartments OCIDs to variables file", "Fetch Protocols to OCI_Protocols"]
1515
List utility_services = ["<b>3rd Party Services</b>:disabled","CIS Compliance Check Script", "ShowOCI Report"]
16-
1716
List ex_identity = ["<b>IDENTITY</b>:disabled","Export Compartments/Groups/Policies", "Export Users", "Export Network Sources"]
1817
List ex_network = ["<b>NETWORK</b>:disabled","Export all Network Components", "Export Network components for VCNs/DRGs/DRGRouteRulesinOCI Tabs", "Export Network components for DHCP Tab", "Export Network components for SecRulesinOCI Tab", "Export Network components for RouteRulesinOCI Tab", "Export Network components for SubnetsVLANs Tab", "Export Network components for NSGs Tab"]
1918
List ex_firewall = ["<b>OCI FIREWALL</b>:disabled","Export Firewall Policy", "Export Firewall"]

jenkins_install/scriptler/scripts/ValidateParams.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def validate_params(Workflow,MainOptions,SubOptions,SubChildOptions,AdditionalFi
1515
"Logging Services":["Enable VCN Flow Logs", "Enable LBaaS Logs", "Enable Object Storage Buckets Write Logs"],
1616
"CIS Compliance Features":["Create Key/Vault", "Create Default Budget", "Enable Cloud Guard"],
1717
"CD3 Services":["Fetch Compartments OCIDs to variables file", "Fetch Protocols to OCI_Protocols"],
18-
"3rd Party Services:["CIS Compliance Check Script", "ShowOCI Report"]
18+
"3rd Party Services":["CIS Compliance Check Script", "ShowOCI Report"]
1919
]
2020
def non_gf_options_map = [
2121
"Export Identity":["Export Compartments/Groups/Policies", "Export Users", "Export Network Sources"],

0 commit comments

Comments
 (0)