fix: mount repos and configs directories into worker container (#107)
* feat: use static repos/ folder mount instead of dynamic TARGET_REPO Replace dynamic per-run TARGET_REPO bind mount with a static ./repos:/repos mount. Users place target repositories under ./repos/ and reference them by folder name. This fixes stale mounts when switching targets and enables running multiple scans concurrently against different repos. * feat: mount configs directory into worker container * docs: add instructions for repos and configs directory setup
This commit is contained in:
@@ -2,3 +2,4 @@ node_modules/
|
||||
.env
|
||||
audit-logs/
|
||||
dist/
|
||||
repos/
|
||||
|
||||
Reference in New Issue
Block a user