From c6d0868bb40f468fc4abcf0fe20e682b8ebde42e Mon Sep 17 00:00:00 2001 From: Taylor Date: Fri, 3 May 2024 16:16:04 -0700 Subject: [PATCH] Fix UT2 --- tests/terraform/graph/checks/test_yaml_policies.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/terraform/graph/checks/test_yaml_policies.py b/tests/terraform/graph/checks/test_yaml_policies.py index c929f09078a..6ebe0816aa8 100644 --- a/tests/terraform/graph/checks/test_yaml_policies.py +++ b/tests/terraform/graph/checks/test_yaml_policies.py @@ -511,6 +511,9 @@ def test_IBM_DatabasesNWaccessRestrictedToSpecificIPrange(self): def test_IBM_K8sClustersAccessibleViaPrivateEndPt(self): self.go("IBM_K8sClustersAccessibleViaPrivateEndPt") + def test_S3CMKRegularRotation(self): + self.go("S3CMKRegularRotation") + def test_registry_load(self): registry = Registry(parser=GraphCheckParser(), checks_dir=str( Path(__file__).parent.parent.parent.parent.parent / "checkov" / "terraform" / "checks" / "graph_checks"))