Skip to content

Commit 0a0f728

Browse files
committed
add home location in wrapper
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent faf3999 commit 0a0f728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/scanpipe.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exec docker run --rm \
1111
-e SCANCODEIO_DB_PASSWORD \
1212
-e SCANCODEIO_DB_HOST=localhost \
1313
-e SCANCODEIO_WORKSPACE_LOCATION \
14+
-e HOME=/workspace/.home \
1415
-v "$GITHUB_WORKSPACE:/workspace" \
1516
"$SCANCODEIO_IMAGE" \
1617
scanpipe "$@"

0 commit comments

Comments
 (0)