Skip to content

Revert run_seclab_agent.sh back to its previous behavior#41

Merged
kevinbackhouse merged 2 commits intoGitHubSecurityLab:mainfrom
kevinbackhouse:run-in-docker
Feb 6, 2026
Merged

Revert run_seclab_agent.sh back to its previous behavior#41
kevinbackhouse merged 2 commits intoGitHubSecurityLab:mainfrom
kevinbackhouse:run-in-docker

Conversation

@kevinbackhouse
Copy link
Copy Markdown
Contributor

In #34, I changed the behavior of run_seclab_agent.sh. This PR changes the name of the new script to run_in_docker.sh and creates a new script named run_seclab_agent.sh, which behaves the same as the old version from before #34.

Copilot AI review requested due to automatic review settings February 6, 2026 11:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the behavior of run_seclab_agent.sh to its pre-PR#34 state by creating a new run_in_docker.sh script that contains the general-purpose Docker runner functionality from PR#34, while making run_seclab_agent.sh a simple wrapper that specifically runs the seclab taskflow agent.

Changes:

  • Created new run_in_docker.sh script that runs arbitrary commands in a Docker container with proper environment setup
  • Modified run_seclab_agent.sh to be a lightweight wrapper that calls run_in_docker.sh with the python -m seclab_taskflow_agent command hardcoded

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
scripts/run_in_docker.sh New file containing the Docker runner functionality from the previous run_seclab_agent.sh (from PR#34), which sets up directories, mounts volumes, and runs commands in a Docker container
scripts/run_seclab_agent.sh Simplified to be a wrapper that determines its own directory and delegates to run_in_docker.sh with the seclab agent command hardcoded

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/run_seclab_agent.sh Outdated
Comment thread scripts/run_seclab_agent.sh
Copilot AI review requested due to automatic review settings February 6, 2026 12:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/run_seclab_agent.sh
Comment thread scripts/run_in_docker.sh
Comment thread scripts/run_in_docker.sh
@kevinbackhouse kevinbackhouse marked this pull request as ready for review February 6, 2026 12:12
@kevinbackhouse kevinbackhouse merged commit 4bced23 into GitHubSecurityLab:main Feb 6, 2026
6 checks passed
kiandadban pushed a commit to kiandadban/seclab-taskflows that referenced this pull request May 4, 2026
…cker

Revert run_seclab_agent.sh back to its previous behavior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants