Skip to content

Conversation

@kevinbackhouse
Copy link
Collaborator

I don't think we need this anymore, after #13.
cc: @Kwstubbs

Copilot AI review requested due to automatic review settings October 10, 2025 17:09
Copy link
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 removes the --privileged flag from the devcontainer configuration, following changes made in PR #13 that apparently eliminated the need for privileged container access.

  • Removes the --privileged Docker run argument from devcontainer configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines 50 to 52
"runArgs": [
"--privileged",
"--init"
]
Copy link

Copilot AI Oct 10, 2025

Choose a reason for hiding this comment

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

Removing the --privileged flag improves container security by following the principle of least privilege. However, ensure that any functionality that previously required privileged access (such as Docker-in-Docker operations) still works correctly with the current configuration.

Copilot uses AI. Check for mistakes.
@kevinbackhouse kevinbackhouse merged commit 373304a into GitHubSecurityLab:main Oct 13, 2025
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.

2 participants