Skip to content

Commit

Permalink
chore: add schemas for zpa in regexs
Browse files Browse the repository at this point in the history
  • Loading branch information
markosfount committed Sep 25, 2024
1 parent 43f588f commit 77eba82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions panther_analysis_tool/schema_regexs.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,10 @@
r"Zoom\.Activity|"
r"Zoom\.Operation|"
r"ZScaler\.ZIAAuditLog|"
r"ZScaler\.ZPAAuditLog|"
r"ZScaler\.ZPAUserActivity|"
r"ZScaler\.ZPAUserStatus|"
r"ZScaler\.ZPAAppConnectorStatus|"
r"Custom\.([A-Z][A-Za-z0-9]*)(\.[A-Z][A-Za-z0-9]*){0,5}"
r")$"
)
Expand Down

0 comments on commit 77eba82

Please sign in to comment.