Skip to content

Commit

Permalink
Moved sentinelasim to new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-aiq committed Sep 8, 2024
1 parent 50c0d4e commit 2bcdd71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sigma/pipelines/microsoft365defender/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from .microsoft365defender import microsoft_365_defender_pipeline
from .sentinelasim import sentinelasim_pipeline

pipelines = {
"microsoft_365_defender_pipeline": microsoft_365_defender_pipeline, # TODO: adapt identifier to something approproiate
"sentinelasim_pipeline": sentinelasim_pipeline,
}
4 changes: 4 additions & 0 deletions sigma/pipelines/sentinelasim/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .sentinelasim import sentinel_asim_pipeline
pipelines = {
"sentinel_asim": sentinel_asim_pipeline, # TODO: adapt identifier to something approproiate
}

0 comments on commit 2bcdd71

Please sign in to comment.