Skip to content

Commit

Permalink
feat(general): add severity metadata to custom policy (#6579)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update tests/test_main.py

Co-authored-by: ChanochShayner <[email protected]>

* Update checkov/common/checks_infra/checks_parser.py

Co-authored-by: ChanochShayner <[email protected]>

---------

Co-authored-by: achiar99 <[email protected]>
Co-authored-by: ChanochShayner <[email protected]>
  • Loading branch information
3 people authored and actions-user committed Sep 11, 2024
1 parent ee6b338 commit 327a569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.2.250'
version = '3.2.251'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.250
checkov==3.2.251

0 comments on commit 327a569

Please sign in to comment.