Skip to content

Commit

Permalink
fix(terraform): Replaced / with os.pathsep to support windows better …
Browse files Browse the repository at this point in the history
…in terraform runner (bridgecrewio#5473)

* Replaced / with os.pathsep to support windows better in terraform runner

* Used os.sep instead of os.pathsep which is the correct one
  • Loading branch information
bo156 authored and actions-user committed Aug 22, 2023
1 parent c1799eb commit 8639fc6
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 = '2.4.5'
version = '2.4.6'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.4.5
checkov==2.4.6

0 comments on commit 8639fc6

Please sign in to comment.