Skip to content

Commit

Permalink
feat(general): Added Number of Words operator (#3801)
Browse files Browse the repository at this point in the history
* feat: add support for number_of_words_equals and number_of_words_not_equals attribute solvers

* fix: fixed solver type issue

* fix: using split() instead of split(" ") to handle multiple whitespaces as well

* chore: renamed the attribute solver file names

Co-authored-by: Mor Kadosh <[email protected]>
  • Loading branch information
2 people authored and schosterbarak committed Nov 8, 2022
1 parent c26701f commit 4b53390
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.2.32
checkov==2.2.33
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.2.32'
version = '2.2.33'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.32
checkov==2.2.33

0 comments on commit 4b53390

Please sign in to comment.