From 327a569705347cf8305c75abd34dd90351c3a210 Mon Sep 17 00:00:00 2001 From: Damien Trouillet <4112390+dtrouillet@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:54:07 +0200 Subject: [PATCH] feat(general): add severity metadata to custom policy (#6579) * feat(metadata): add severity metadata to custom policy * doc(policies): edit severity options * feat(general): add UT for custom seveirty * feat(general): test if severity exist to assign it * doc(policies): edit severity options * feat(general): add UT and fix mypy issue * Update tests/test_main.py Co-authored-by: ChanochShayner <57212002+ChanochShayner@users.noreply.github.com> * Update tests/test_main.py Co-authored-by: ChanochShayner <57212002+ChanochShayner@users.noreply.github.com> * Update checkov/common/checks_infra/checks_parser.py Co-authored-by: ChanochShayner <57212002+ChanochShayner@users.noreply.github.com> --------- Co-authored-by: achiar99 <34912231+achiar99@users.noreply.github.com> Co-authored-by: ChanochShayner <57212002+ChanochShayner@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 5ccffa83368..72e53c2dff4 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.2.250' +version = '3.2.251' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 7bb0bd99170..158adae66d3 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.2.250 +checkov==3.2.251