diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-15 18:13:09 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-15 18:13:09 +0000 |
| commit | f4f59927f87944a4d73be26416a7334521875f40 (patch) | |
| tree | cc7a9e050188b569935a6865d2edb547db9d6214 /bin | |
| parent | e8ee4b029b6b76a40d54a28f4db4d9632b12c7e8 (diff) | |
| parent | ad1003fb5fa0b775f1abb45022ccb4f2cb55f497 (diff) | |
Merge branch 'net-example' into 'master'
Add scan of .NET Core sample project
See merge request gitlab-org/security-products/license-management!104
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/test-local | 2 |
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 |
