Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Bad Shebang #563

Open
OdinVex opened this issue Jan 14, 2025 · 1 comment · May be fixed by #564
Open

[Bug] Bad Shebang #563

OdinVex opened this issue Jan 14, 2025 · 1 comment · May be fixed by #564
Assignees

Comments

@OdinVex
Copy link

OdinVex commented Jan 14, 2025

The current docker-bench-security.sh uses #!/bin/bash for it's shebang but bash is not included in the Docker when built as exampled. With the current init it'll run but attaching to a container and attempting to manually invoke it (since it won't pick up environmental variables for setting excludes) breaks sh since it won't execute because of an incorrect shebang.

@konstruktoid konstruktoid linked a pull request Jan 15, 2025 that will close this issue
@konstruktoid
Copy link
Collaborator

#564 created

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 a pull request may close this issue.

2 participants