From f20abfc4d2730fa61cde501f2967aeed9d09a1a6 Mon Sep 17 00:00:00 2001 From: itai1357 <44339653+itai1357@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:59:18 +0300 Subject: [PATCH] feat(sca): giving file path on relative the the current dir for cases there is no either specified root_folder and the is no repo scan dir (#5654) * giving file path on relative the the current dir for cases there is no either specifirv root_folder and the is no repo scan dir * adjusting the tests * commit * commit --------- Co-authored-by: ipeleg --- 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 9bd53e22b74..683bc898723 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '2.5.10' +version = '2.5.11' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index cad58718eaa..469dc3e56f4 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==2.5.10 +checkov==2.5.11