Skip to content

Commit

Permalink
fix(general): handle fixes for cloned OOTB policies (#3535)
Browse files Browse the repository at this point in the history
* handle fixes for cloned OOTB policies

* add mypy skip

* make ckv_id explicitly not none to be safe

* Update tests/common/integration_features/test_fixes_integration.py

Co-authored-by: Anton Grübel <[email protected]>

Co-authored-by: Anton Grübel <[email protected]>
  • Loading branch information
2 people authored and schosterbarak committed Sep 20, 2022
1 parent e15e9f0 commit d4642cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admissioncontroller/checkov-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.214
checkov==2.1.215
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.214'
version = '2.1.215'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.214
checkov==2.1.215

0 comments on commit d4642cf

Please sign in to comment.