Skip to content

Commit eb5a0ff

Browse files
Use DATA_DIR path for storing sqlite db
1 parent 29eb221 commit eb5a0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflows/toolboxes/codeql_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ server_params:
1717
GH_NO_UPDATE_NOTIFIER: "Disable"
1818
GH_NO_EXTENSION_UPDATE_NOTIFIER: "Disable"
1919
CODEQL_CLI: "{{ env CODEQL_CLI }}"
20-
CODEQL_SQLITE_DIR: "{{ env DATA_DIR }}"
20+
DATA_DIR: "{{ env DATA_DIR }}"
2121
server_prompt: |
2222
## CodeQL Supported Programming Languages
2323

0 commit comments

Comments
 (0)