Skip to content

Commit

Permalink
fix(terraform): better handling of interpolation rendering in conditi…
Browse files Browse the repository at this point in the history
…onal expressions (#6062)

* Fix(terraform): better handling of interpolation rendering in conditional expressions

* fix lint missing blank space

* add tests and fix logic

---------

Co-authored-by: Steve Vaknin <[email protected]>
  • Loading branch information
2 people authored and actions-user committed Mar 4, 2024
1 parent 0b6e298 commit 0044ad8
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.30'
version = '3.2.31'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.30
checkov==3.2.31

0 comments on commit 0044ad8

Please sign in to comment.