Skip to content

Commit

Permalink
chore: performance improvements in Terraform graph creation (#5335)
Browse files Browse the repository at this point in the history
* performance improvements in Terraform graph creation

* moved regex compilation

* replace interpolation pattern

* remove unneeded regex calls

* check specific char existence in string before using regex

* fix linting
  • Loading branch information
gruebel authored and actions-user committed Jul 17, 2023
1 parent 6ca0814 commit d7ada64
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.326'
version = '2.3.327'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.3.326
checkov==2.3.327

0 comments on commit d7ada64

Please sign in to comment.