Skip to content

Conversation

@Monal-Reddy
Copy link

The current docker-compose files bind-mount /etc/scancodeio from the host,
which fails for unprivileged users unless the directory is created as root.

This change replaces the absolute host path with a project-local directory
(./etc/scancodeio), allowing Docker/Podman to auto-create the directory
while preserving the expected /etc/scancodeio path inside the container.

Fixes #1641.

…etup

Signed-off-by: Monal-Reddy <monalreddy001@gmail.com>
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.

Cannot run as unprivileged user without creating /etc/scancodeio as root

1 participant