Skip to content

Commit 59b1801

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent ed7c3d7 commit 59b1801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN curl -Ls -o /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/re
3838
&& ln -s /opt/codeql-cli/codeql /usr/local/bin/codeql \
3939
&& rm /tmp/codeql.zip
4040

41-
# Install Python dependencies if pyproject.toml exists
41+
# Install seclab-taskflow-agent from PyPI
4242
RUN pip install seclab-taskflow-agent
4343

4444
# Install CodeQL pack dependencies

0 commit comments

Comments
 (0)