We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003522b commit 97bb216Copy full SHA for 97bb216
docker/Dockerfile
@@ -44,5 +44,3 @@ RUN pip install seclab-taskflow-agent
44
RUN export SECLAB_TASKFLOW_AGENT=$(python -c 'import seclab_taskflow_agent as x; print(x.__path__[0])') && \
45
codeql pack install $SECLAB_TASKFLOW_AGENT/mcp_servers/codeql/queries/mcp-cpp && \
46
codeql pack install $SECLAB_TASKFLOW_AGENT/mcp_servers/codeql/queries/mcp-js
47
-
48
-ENTRYPOINT ["python", "-m", "seclab_taskflow_agent"]
0 commit comments