mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-13 08:32:49 +00:00
The secrets worker was being ignored due to broad gitignore pattern. Added exception to allow workers/secrets/ directory while still ignoring actual secrets. Files added: - workers/secrets/Dockerfile - workers/secrets/requirements.txt - workers/secrets/worker.py
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
# Temporal worker dependencies
|
|
temporalio>=1.5.0
|
|
pydantic>=2.0.0
|
|
|
|
# Storage (MinIO/S3)
|
|
boto3>=1.34.0
|
|
|
|
# Configuration
|
|
pyyaml>=6.0.0
|
|
|
|
# HTTP Client (for real-time stats reporting)
|
|
httpx>=0.27.0
|
|
|
|
# A2A Agent Communication (for LLM-based secret detection)
|
|
a2a-sdk[all]>=0.1.0
|