You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@johncross
The regular expression /."key"\s:\s*(?!"[a-z0-9]+").*/ given don't match so I removed * from the regular expression. Then new regex is /."key"\s*:\s*(?!"[a-z0-9]+")./
Use DataModelPage, DataModelPolicyListPage.
Note: this policy is not in all of my databases, so don't be surprised if it fails first time. I need to check when it was introduced.
The text was updated successfully, but these errors were encountered: