Skip to content

Commit

Permalink
fix(terraform_plan): add terraform plan vertices to terraform graph i…
Browse files Browse the repository at this point in the history
…f not exist (bridgecrewio#5230)

* add tf plan vertices to tf graph if not exist

* move method to class level

* fix typing

* add comment for the missing resource

* add typing

* fix typing
  • Loading branch information
YaaraVerner authored and actions-user committed Jun 21, 2023
1 parent f1dc835 commit 5d184cd
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.3.296'
version = '2.3.297'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.3.296
checkov==2.3.297

0 comments on commit 5d184cd

Please sign in to comment.