Skip to content

Commit

Permalink
fix(general): Fix jsonpath-key handling for special characters like "…
Browse files Browse the repository at this point in the history
…/" 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 <barakf156@gmail.com>
  • Loading branch information
2 people authored and actions-user committed Dec 17, 2024
1 parent 002cd03 commit 8d67c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.2.338'
version = '3.2.339'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.338
checkov==3.2.339

0 comments on commit 8d67c9b

Please sign in to comment.