Skip to content

Commit

Permalink
fix(terraform): Temporarly disabled CKV2_IBM_6 as it requires a depre…
Browse files Browse the repository at this point in the history
…cated feature (#5970)

* Temporarly disabled CKV2_IBM_6 as it requires a deprecated feature

* Commented out the correct test

* Deleted deprecated check entirely
  • Loading branch information
bo156 authored Jul 8, 2024
1 parent ddc1e55 commit 5ed7a42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions tests/terraform/graph/checks/test_yaml_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,6 @@ def test_IBM_EnableMFAatAccountLevel(self):
def test_IBM_RestrictAPIkeyCreationInAccountSettings(self):
self.go("IBM_RestrictAPIkeyCreationInAccountSettings")

def test_IBM_DatabasesNWaccessRestrictedToSpecificIPrange(self):
self.go("IBM_DatabasesNWaccessRestrictedToSpecificIPrange")

def test_IBM_K8sClustersAccessibleViaPrivateEndPt(self):
self.go("IBM_K8sClustersAccessibleViaPrivateEndPt")

Expand Down

0 comments on commit 5ed7a42

Please sign in to comment.