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 ed7c3d7 commit 59b1801Copy full SHA for 59b1801
docker/Dockerfile
@@ -38,7 +38,7 @@ RUN curl -Ls -o /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/re
38
&& ln -s /opt/codeql-cli/codeql /usr/local/bin/codeql \
39
&& rm /tmp/codeql.zip
40
41
-# Install Python dependencies if pyproject.toml exists
+# Install seclab-taskflow-agent from PyPI
42
RUN pip install seclab-taskflow-agent
43
44
# Install CodeQL pack dependencies
0 commit comments