Skip to content

Commit

Permalink
fix(secrets): Remove both random and base64 entropy secrets finding (#…
Browse files Browse the repository at this point in the history
…6969)

* fix a bug where multiple regex are being supplied seperated by | sign (in multiline policy) captured, so matching group will be the match & empty matching as only one pattern caught the secret

* adding the fix. Should be merged only after merging this PR #6967

* .

* .

---------

Co-authored-by: pazbechor <pbechor@paloaltonetworks.com>
  • Loading branch information
2 people authored and actions-user committed Feb 3, 2025
1 parent 0633858 commit 130bd93
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.361'
version = '3.2.362'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.361
checkov==3.2.362

0 comments on commit 130bd93

Please sign in to comment.