Skip to content

Commit

Permalink
feat(general): number of words larger/less than or equal operators (#…
Browse files Browse the repository at this point in the history
…3827)

* 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

* feat: introducing for new operators number_of_words_greater/less_then_(or_equal)?

* chore: user a base class for number_of_words operators

* fix mypy and linting

* fix: fixed typo in test names

Co-authored-by: Mor Kadosh <[email protected]>
Co-authored-by: gruebel <[email protected]>
  • Loading branch information
3 people authored and actions-user committed Nov 14, 2022
1 parent 3a82a07 commit d28af45
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.56
checkov==2.2.57
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.2.56'
version = '2.2.57'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.56
checkov==2.2.57

0 comments on commit d28af45

Please sign in to comment.