File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/seclab_taskflows/mcp_servers/codeql_python Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ It will most likely look similar to this:
1818- create or update your ` .env ` file in the root of this project with values for:
1919```
2020COPILOT_TOKEN= # a fine-grained GitHub personal access token with permission for "copilot chat"
21- CODEQL_DBS_BASE_PATH="/workspaces/seclab-taskflows/data/codeql_databases" #path to folder with your CodeQL databases
21+ CODEQL_DBS_BASE_PATH="/workspaces/seclab-taskflows/data/codeql_databases" # path to folder with your CodeQL databases
2222
2323# Example values for a local setup, run with `python -m seclab_taskflow_agent -t seclab_taskflows.taskflows.audit.remote_sources_local`
2424MEMCACHE_STATE_DIR="/workspaces/seclab-taskflows/data" # path to folder for storing the memcache database
You can’t perform that action at this time.
0 commit comments