fix: add missing secrets worker to repository

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
This commit is contained in:
tduhamel42
2025-10-22 08:39:20 +02:00
parent 4e14b4207d
commit 75df59ddef
4 changed files with 389 additions and 0 deletions
+4
View File
@@ -240,6 +240,10 @@ yarn-error.log*
!**/secret_detection_benchmark_GROUND_TRUTH.json
!**/secret_detection/results/
# Exception: Allow workers/secrets/ directory (secrets detection worker)
!workers/secrets/
!workers/secrets/**
secret*
secrets/
credentials*