From 59cd4d3232b12be549cd7910ea6e3dee5b3b1e73 Mon Sep 17 00:00:00 2001 From: LirShindalman <49649760+lirshindalman@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:15:23 +0300 Subject: [PATCH] feat(general): Add image referencer rustworkx support (#5564) * . * . * . * . * . * add _get_operation for rustworkx * add _get_operation for rustworkx * add _get_operation for rustworkx * . * . * . * . * . * . * . * . * . * . * . * . * fix typing * fix tests * fix linting * . * . * . * . * . * . * add test graph utils * . * . * Mypy --------- Co-authored-by: gruebel Co-authored-by: Barak Fatal 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 7ea452dfc99..1f043918e78 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '2.4.52' +version = '2.4.53' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 89121f3e609..63eb8fd8c82 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==2.4.52 +checkov==2.4.53