Skip to content

Commit

Permalink
fix(secrets): change entropy limit in Combinator plugin (bridgecrewio…
Browse files Browse the repository at this point in the history
…#3575)

* inital try - 1 test fails

* changed the example in the false positive test

* indicate the failed test

* adjusted limits for relevant files

* removed unnessary added plugins

* moved both limits to be together

* remove comment

* change combinator plugin to examine only non-source-code files

* undo the last change to combinator plugin

* changed the combinator to combine keywords only in Iac, in sc files scan only with high entropy

* remove commented code

* improved statement
  • Loading branch information
marynaKK authored and schosterbarak committed Sep 29, 2022
1 parent c3bae90 commit f90f44b
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.238
checkov==2.1.239
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.238'
version = '2.1.239'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.238
checkov==2.1.239

0 comments on commit f90f44b

Please sign in to comment.