SecurityBrewery / catalyst

⚡️ Catalyst is a self-hosted, open source incident response platform and ticket system that helps to automate alert handling and incident response processes
https://catalyst.security-brewery.com/
GNU Affero General Public License v3.0
350 stars 37 forks source link

fix: multiple hooks #1101

Closed cugu closed 1 month ago

cugu commented 1 month ago

Fix an issue where events are only sent to one registerd hook.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 73.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 87.65%. Comparing base (d7bdf1d) to head (1b558d6). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1101 +/- ## ========================================== + Coverage 87.63% 87.65% +0.02% ========================================== Files 33 33 Lines 1326 1329 +3 ========================================== + Hits 1162 1165 +3 Misses 164 164 ```