Skip to content

Commit

Permalink
Feat/sentinel (#8)
Browse files Browse the repository at this point in the history
* feat: microsoft azure sentinel plugin
  • Loading branch information
MatisseB committed Jul 2, 2024
1 parent c32b566 commit af6e6d0
Show file tree
Hide file tree
Showing 8 changed files with 860 additions and 28 deletions.
209 changes: 184 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ panic = "abort"
strip = "debuginfo"

[workspace]
members = [
members = [
"sentinel",
"splunk"
]

[workspace.dependencies]
wit-bindgen = "0.26"
wit-bindgen = "0.27"
serde = "1.0"
serde_json = "1.0"
waki = "0.3"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ With LogCraft CLI, you can easily deploy your security detections into your SIEM
## Plugins

- [Splunk](./splunk)
- [Microsoft Azure Sentinel](./sentinel)
6 changes: 5 additions & 1 deletion licenserc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ strictCheck = true

excludes = [
".github/workflows/**",
"Cargo.*"
"Cargo.*",

# Samples folder
"samples/python/myplugin/client",
"pyproject.toml",
]

[git]
Expand Down
Loading

0 comments on commit af6e6d0

Please sign in to comment.