Skip to content

Commit

Permalink
platform(general): Get resources from platform and filter taggable re…
Browse files Browse the repository at this point in the history
…sources for policies (#3621)

* get attributes from the platform that should be applied to specific resources (not all)

* use a set for the taggable resource types

* add test of full policy scan

* fix tests

* remove local resource types

* cleanup comments and code

* remove unused imports

* fix mypy?

* fix mypy!

* make resource types list or set

* make resource types list or set

* change resource types to set

* resource types as list

* handle custom policies injected by platform

* save provider to resource mapping

* add abstract method shells

* mypy

* add unique orders for integrations

* resolve review comments

* fix test
  • Loading branch information
mikeurbanski1 authored and schosterbarak committed Oct 30, 2022
1 parent 09b1202 commit 1b33083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admissioncontroller/checkov-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.6
checkov==2.2.7
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.2.6'
version = '2.2.7'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.6
checkov==2.2.7

0 comments on commit 1b33083

Please sign in to comment.