Skip to content

Commit 66a40be

Browse files
fixing CIS rules to skip rules that have variable values or unsupported commands
1 parent 7ac801c commit 66a40be

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

CIS/cisco_ios/12_access_rules/rule_128_set_exec_timeout_to_less_than_or_equal_to_10_minutes_line_vty.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import pytest
12
from comfy.compliance import medium
23

34

CIS/cisco_ios/13_banner_rules/rule_134_set_the_banner_text_for_webauth_banner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import pytest
12
from comfy.compliance import medium
23

34

CIS/cisco_ios/16_login_enhancements/rule_162_autosecure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import pytest
12
from comfy.compliance import low
23

34

CIS/cisco_ios/16_login_enhancements/rule_164_configure_web_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import pytest
12
from comfy.compliance import low
23

34

CIS/cisco_ios/331_require_eigrp_auth_if_used/rule_3319_set_ip_authetnication_mode_eigrp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import pytest
12
from comfy import medium
23

34

0 commit comments

Comments
 (0)