Skip to content

Commit 2b67f63

Browse files
committed
Automation Toolkit Release v2024.2.2
1 parent aadfe57 commit 2b67f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd3_automation_toolkit/setUpOCI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def execute_options(options, *args, **kwargs):
135135
for option in options:
136136
if option.name == "Execute All":
137137
continue
138-
if option.name in ['Security Rules', 'Route Rules', 'DRG Route Rules', 'Network Security Groups','Customer Connectivity','CIS Compliance Check Script'] and devops:
138+
if option.name in ['Security Rules', 'Route Rules', 'DRG Route Rules', 'Network Security Groups','Customer Connectivity'] and devops:
139139
with section(option.text):
140140
option.callback(*args, **kwargs,sub_options=sub_child_options)
141141
else:

0 commit comments

Comments
 (0)