Merge pull request #1023 from nimrodkor/checkov_2.0
- Graph-based variable resolution, for terraform only at this stage. This is an upgrade from our older, iterative variable rendering algorithm (kudos @robeden!).
- Performance Improvement - with the replacement of the old, iterative algorithm with the graph comes significant performance improvements.
- Support for a brand new, multi-resource query language on top of the graph. This allows for simple, yaml-based check writing over resources and their connections.
- 230+ new policies across AWS, GCP, Azure and K8s resources.
- 5 new policies analyzing Dockerfile for best practices and CIS related checks.