Sahil Silare and Kashif Khan
3547a6efe1
chore: added github action custom detector name ( #3417 )
...
* [detector] feat: added rootly detector
* chore: fixed to show name in detector action on github
* Revert "[detector] feat: added rootly detector"
This reverts commit 1fcff0a807 .
---------
Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com >
2025-04-30 19:05:08 +05:00
ahrav
c3ff1794b1
Add Detector Description to JSON output ( #3404 )
2024-11-13 12:23:50 -08:00
Cody Rose
ad15888a33
Move DecoderType into ResultWithMetadata #3502
...
Result.DecoderType is only ever used by ResultWithMetadata (via its embedded Result). This unnecessarily complicates the relationship between the types and adds some warts to #3457 , so this PR moves DecoderType directly into the only struct which actually uses it.
2024-10-28 12:20:42 -04:00
ahrav
bbf1decb39
prevent concurrent map writes ( #2399 )
2024-02-07 17:45:06 -08:00
ahrav
b1947246d9
Make prints to stdout serial. ( #1597 )
2023-08-02 11:38:10 -07:00
ahrav
5e7a6ca11c
Concurrent detection ( #1580 )
...
* Run detection on each chunk concurrently.
* Add printer functionality.
* Add logic for dedupe.
* cleanup.
* Moddify number of notifier workers.
* Add comment.
* move consts into fxn.
* buffer resutls chan.
* fix test.
* address comments.
* return an error from Finish.
* fix test.
* fix test.
* linter.
* check err.
* address comments.
2023-07-31 11:12:08 -07:00
Dustin Decker and Mike Vanbuskirk
cb454bfc05
Add GitHub Actions output ( #1201 )
...
* Add GitHub Actions output
Co-authored-by: Mike Vanbuskirk <mike.vanbuskirk@trufflesec.com >
2023-03-28 09:07:26 -07:00