From 8d67c9be94223d681aed3c4c0d25935ec2f31179 Mon Sep 17 00:00:00 2001 From: Rotem Avni <52502521+rotemavni@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:35:07 +0200 Subject: [PATCH] fix(general): Fix jsonpath-key handling for special characters like "/" and reduce log size (#6907) * remove logging of attributes to reduce log size * Handled cases of / character in complex attribute switch * Refactored unneeded method * Removed implemention of jsonpath_key in cloudformation and refactored code to one location, in addition added a test for the jsonpath key generation * flake8 --------- Co-authored-by: Barak Fatal --- 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 b92ec88bef2..4ba5d480c35 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.2.338' +version = '3.2.339' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index b910af68e5c..1a9b0068382 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.2.338 +checkov==3.2.339