Skip to content

Commit 130bd93

Browse files
pazbechorpazbechor
authored andcommitted
fix(secrets): Remove both random and base64 entropy secrets finding (#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>
1 parent 0633858 commit 130bd93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkov/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '3.2.361'
1+
version = '3.2.362'

kubernetes/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
checkov==3.2.361
1+
checkov==3.2.362

0 commit comments

Comments
 (0)