We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf3999 commit 0a0f728Copy full SHA for 0a0f728
scripts/scanpipe.sh
@@ -11,6 +11,7 @@ exec docker run --rm \
11
-e SCANCODEIO_DB_PASSWORD \
12
-e SCANCODEIO_DB_HOST=localhost \
13
-e SCANCODEIO_WORKSPACE_LOCATION \
14
+ -e HOME=/workspace/.home \
15
-v "$GITHUB_WORKSPACE:/workspace" \
16
"$SCANCODEIO_IMAGE" \
17
scanpipe "$@"
0 commit comments