From c75d9359f8c333245eb2d7fa8fe483a21dd5f9dc Mon Sep 17 00:00:00 2001 From: LirShindalman <49649760+lirshindalman@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:43:52 +0200 Subject: [PATCH] feat(terraform): add option to add external_modules_content_cache to terraform build_graph (#6942) * add option to add external_modules_content_cache to terraform GraphManager * add option to add external_modules_content_cache to terraform GraphManager * add option to add external_modules_content_cache to terraform GraphManager * add option to add external_modules_content_cache to terraform GraphManager * add option to add external_modules_content_cache to terraform GraphManager --- checkov/version.py | 2 +- kubernetes/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkov/version.py b/checkov/version.py index 314ebc05caa..dc071449f5e 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.2.351' +version = '3.2.352' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 7d7e000f073..07ab4716392 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.2.351 +checkov==3.2.352