summaryrefslogtreecommitdiff
path: root/bin/test-local
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test-local')
-rwxr-xr-xbin/test-local2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test-local b/bin/test-local
index 9a84b40..4111eb5 100755
--- a/bin/test-local
+++ b/bin/test-local
@@ -9,7 +9,7 @@ PROJECT_PATH="$1"
if [ -z "$LM_HOME" ]; then
export IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}
- docker run --rm --volume "$PROJECT_PATH":/code "$IMAGE_NAME" analyze /code
+ docker run --rm --env LICENSE_FINDER_CLI_OPTS --volume "$PROJECT_PATH":/code "$IMAGE_NAME" analyze /code
else
bash -l ./run.sh analyze "$PROJECT_PATH"
fi