Skip to content

Commit 9415c65

Browse files
Lebskifelix-leber
authored andcommitted
The check for Storage Account naming rules produced a false positive (bridgecrewio#1018)
* The check for Storage Account naming rules produced a false positive re.match returns an object or None so we have to check if the object is not None * Replace re.match with re.findall Co-authored-by: Felix Leber <[email protected]>
1 parent 748421e commit 9415c65

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 = '1.0.861'
1+
version = '1.0.862'

kubernetes/requirements.txt

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

0 commit comments

Comments
 (0)