Skip to content

Commit

Permalink
fix(terraform): Removed duplicate check CKV_AZURE_60 (#3928)
Browse files Browse the repository at this point in the history
* removed duplicate check

* Added exception for CKV_AZURE_60
  • Loading branch information
tdefise authored Nov 24, 2022
1 parent f955cef commit 85a61c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 85 deletions.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions tests/terraform/runner/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ def test_no_missing_ids(self):
continue # this rule has been merged into a v2 graph implementation -> CKV_AZURE_24
if f'CKV_AZURE_{i}' == 'CKV_AZURE_51':
continue # https://github.com/bridgecrewio/checkov/pull/983
if f"CKV_AZURE_{i}" == "CKV_AZURE_60":
continue # duplicate of CKV_AZURE_3
if f"CKV_AZURE_{i}" == "CKV_AZURE_90":
continue # duplicate of CKV_AZURE_53

Expand Down

0 comments on commit 85a61c9

Please sign in to comment.