Skip to content

Commit

Permalink
feat(terraform): support s3 bucket name for references in graph (#6134)
Browse files Browse the repository at this point in the history
* feature(terraform): support s3 bucket name for references

* remove commented block

* add comments and improve naming

* add test case

* fix array update

* fix mypy issue

* add test case, support locals, discard for non resource types

* remove env var

* add none validation

* resolve mypy issue in unrelated file

* add typedDict for better typing

---------

Co-authored-by: Steve Vaknin <svaknin@paloaltonetworks.com>
  • Loading branch information
2 people authored and actions-user committed Apr 3, 2024
1 parent 3caa971 commit 178fc1f
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.52'
version = '3.2.53'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.52
checkov==3.2.53

0 comments on commit 178fc1f

Please sign in to comment.