Skip to content

Commit

Permalink
fix(terraform): Dont duplicate more vertices than needed for nested m…
Browse files Browse the repository at this point in the history
…odules with large count/for each values + used cache to avoid extensive usage of os.path.realpath to drastically improve performance (#6072)

* Used cache to avoid extensive usage of os.path.realpath to drastically improve performance

* Mypy and comment fix

* Solved duplicate vertices case when using nested modules and count>2
  • Loading branch information
bo156 authored and actions-user committed Mar 10, 2024
1 parent 7b2036d commit 30bea74
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.33'
version = '3.2.34'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.33
checkov==3.2.34

0 comments on commit 30bea74

Please sign in to comment.