Skip to content

Commit 29dbed4

Browse files
authored
Merge pull request #14 from GitHubSecurityLab/sylwia-budzynska-patch-1
Update environment variable paths in README
2 parents 99eace8 + a4a8cab commit 29dbed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Example:
4747
COPILOT_TOKEN=<your_github_token>
4848
# MCP configs
4949
GITHUB_PERSONAL_ACCESS_TOKEN=<your_github_token>
50-
CODEQL_DBS_BASE_PATH="/app/my_data/"
50+
CODEQL_DBS_BASE_PATH="/app/my_data/codeql_databases"
5151
```
5252

5353
## Deploying from Source
@@ -110,7 +110,7 @@ MY_TASKFLOWS=~/my_taskflows docker/run.sh -t custom_taskflow
110110
Example: deploying a custom taskflow (custom_taskflow.yaml) and making local CodeQL databases available to the CodeQL MCP server:
111111

112112
```sh
113-
MY_TASKFLOWS=~/my_taskflows MY_DATA=~/codeql_databases CODEQL_DBS_BASE_PATH=/app/my_data docker/run.sh -t custom_taskflow
113+
MY_TASKFLOWS=~/my_taskflows MY_DATA=~/app/my_data CODEQL_DBS_BASE_PATH=/app/my_data/codeql_databases docker/run.sh -t custom_taskflow
114114
```
115115

116116
For more advanced scenarios like e.g. making custom MCP server code available, you can alter the run script to mount your custom code into the image and configure your toolboxes to use said code accordingly.

0 commit comments

Comments
 (0)