From 225edeaf86ea76b83f5eb40c99db6114361dec2b Mon Sep 17 00:00:00 2001 From: LirShindalman <49649760+lirshindalman@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:14:46 +0300 Subject: [PATCH] fix(terraform): check if the dynamic name is one of the resources block (#5607) * check if the dynamic name is one of the resources block * . * Update tests/terraform/graph/variable_rendering/test_renderer.py Co-authored-by: Barak Fatal <35402131+bo156@users.noreply.github.com> --------- Co-authored-by: Barak Fatal <35402131+bo156@users.noreply.github.com> --- 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 326513ef18a..af45c0d0d35 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '2.5.3' +version = '2.5.4' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 1790796c363..8a749d979e0 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==2.5.3 +checkov==2.5.4