a44f35e75884511d848b37581d316db9b27bfbdf
The rule checked proc.name against gitea's managed hook names, but git's hook dispatcher always execs these as `bash ./hooks/<hookname>.d/gitea` - proc.name is "bash" (the interpreter), never the hook name. That check could never match, so this fired CRITICAL 3x (pre-receive/update/ post-receive) on every single push since it was added - including two notifications the user got moments ago from this repo's own commits. Fixed to check the actual invoked script path in proc.cmdline instead. This commit's own push is the live verification.
docker-infrastructure
Languages
Shell
58.2%
Python
28%
JavaScript
10.5%
HTML
2.3%
DIGITAL Command Language
0.6%
Other
0.4%