From b11326269fff9239b69f1ca6af0ebaaed48b57e4 Mon Sep 17 00:00:00 2001 From: Max Amelchenko Date: Tue, 27 Aug 2024 14:01:32 +0300 Subject: [PATCH] feat(terraform): add support for TF cloudsplaining evaluated_keys (#6677) * TF cloudsplaining * fix constructed path * split cloudsplaining between data and resource and add some tests * fix test lint * add new tests and fix lowercase actions * revert resource test file to previous state * remove list value sorting in TF and fix test * fix tests * highlight only actions * change all tests according to latest logic change * fix tests --------- Co-authored-by: Max Amelchenko --- checkov/version.py | 2 +- kubernetes/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkov/version.py b/checkov/version.py index bc967a70604..1714f2dc65c 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.2.236' +version = '3.2.237' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 140fc90dd78..d8357167a5c 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.2.236 +checkov==3.2.237