From fba9413329d84b498db81eae6a37dbe4bf600bd0 Mon Sep 17 00:00:00 2001 From: Thomas Defise <36169753+tdefise@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:20:32 +0200 Subject: [PATCH] fix(terraform): Fixing the typo within the name of the Terraform check CKV_AZURE_158 (#5696) * Created check CKV_AZURE_228 * Fixed the typo * Wrong PR --------- Co-authored-by: Thomas Defise --- 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 e8fb5d5846e..5acd1f2be9f 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.0.11' +version = '3.0.12' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 0215bcfc450..33a0992f9db 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.0.11 +checkov==3.0.12