From 0ffda0204b61cf3a294d4248a600c9d8f2438f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20H=C3=B6hnel?= <20238923+phoehnel@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:28:29 +0200 Subject: [PATCH] fix(terraform): add null as allowed value, when checking for presence of public IP in CKV2_AZURE_39 (#6094) * add null as allowed value for public-ips * add tests for empty/null list in AzureVMconfigPublicIP_SerialConsoleAccess * correct type of "ip_configuration.public_ip_address_id" to string --------- Co-authored-by: Taylor <28880387+tsmithv11@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 819d2b9e38e..79033ccd2cb 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.2.220' +version = '3.2.221' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 11a761c8a64..5184b1c440c 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.2.220 +checkov==3.2.221