[bojemoi] refactor(pipeline): centralize DefectDojo push in pentest-orchestrator via Valkey queue
2026-06-28T21:56:42+02:00
false
commit
bojemoi
main
Git Activity
Commit dcd3a41 par Betty dans bojemoi
Betty
Commit dcd3a41
Repository
bojemoi
Branch
main
Author
Betty
Hash
dcd3a41da2ab186a68eb603c5ce0fd46d9e4178d
Description
Workers (UZI, ZAP, Sliver) no longer push directly to DefectDojo.
Instead they RPUSH findings to pentest:dojo_queue (Valkey).
pentest-orchestrator consumes via BRPOP in a dedicated dojo_worker_loop thread
and is now the sole responsible for all DefectDojo writes.
M borodino/thearm_sliver/thearm_sliver
M borodino/thearm_uzi
M oblast-1/zap_scanner.py
M samsonov/Dockerfile.samsonov
M samsonov/pentest_orchestrator/main.py