Skip to content

Commit

Permalink
feat(graph): support creation of resource type allow/deny lists (#6451)
Browse files Browse the repository at this point in the history
* support creation of resource type allow/deny lists

* update docs

Co-authored-by: Taylor <28880387+tsmithv11@users.noreply.github.com>

* change igraph to networkx

* fix test failing

* remove forbidden import

* fix mypy issues

---------

Co-authored-by: gruebel <anton.gruebel@gmail.com>
Co-authored-by: Taylor <28880387+tsmithv11@users.noreply.github.com>
Co-authored-by: Max Amelchenko <mamelchenko@paloaltonetworks.com>
  • Loading branch information
4 people authored and actions-user committed Jun 17, 2024
1 parent ff615d6 commit 7f5d042
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.137'
version = '3.2.138'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.137
checkov==3.2.138

0 comments on commit 7f5d042

Please sign in to comment.