Skip to content

fix: mount repos and configs directories into worker container#107

Merged
ezl-keygraph merged 3 commits intomainfrom
feat/repos-folder-mount
Feb 9, 2026
Merged

fix: mount repos and configs directories into worker container#107
ezl-keygraph merged 3 commits intomainfrom
feat/repos-folder-mount

Conversation

@ezl-keygraph
Copy link
Collaborator

@ezl-keygraph ezl-keygraph commented Feb 9, 2026

Fixes #70

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.
@ezl-keygraph ezl-keygraph merged commit b05c505 into main Feb 9, 2026
@ezl-keygraph ezl-keygraph deleted the feat/repos-folder-mount branch February 9, 2026 18:36
ajmallesh pushed a commit that referenced this pull request Mar 4, 2026
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot Change Repo Between Runs

2 participants