Skip to content

Commit

Permalink
fix(terraform): Handle registry modules with a version in CKF_TF_2 (#…
Browse files Browse the repository at this point in the history
…6354)

* handle ref when it is not the first parameter

* handle modules with a version and check explicitly for git sources
  • Loading branch information
mikeurbanski1 authored and actions-user committed May 24, 2024
1 parent 020fd83 commit 3c7aade
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.106'
version = '3.2.107'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.106
checkov==3.2.107

0 comments on commit 3c7aade

Please sign in to comment.