Skip to content

Commit

Permalink
add default global (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhakmiller authored May 29, 2020
1 parent 30b21c2 commit e6d4ee4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions global_helpers/panther_default.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Define common code here that all of your policies and rules can share.
#
# Example usage:
#
# import panther
# def policy(resource):
# return panther.example_helper()
def example_helper():
return True
4 changes: 4 additions & 0 deletions global_helpers/panther_default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AnalysisType: global
GlobalID: panther
Filename: panther_default.py
Description: The default global accessible via the Panther web UI.

0 comments on commit e6d4ee4

Please sign in to comment.