From 5ed69ffc7999535577e9cbe28bbc3bf2d0bde00a Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 24 Oct 2019 11:52:35 -0600 Subject: Add LICENSE_FINDER_CLI_OPTS to add custom CLI options to pass to license finder --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 388fb92..e263fd9 100755 --- a/run.sh +++ b/run.sh @@ -194,7 +194,7 @@ case "$COMMAND" in prepare="--prepare" fi echo "Preparing JSON report..." - license_management report ${prepare} --format=json --save=gl-license-management-report.json + license_management report ${prepare} --format=json --save=gl-license-management-report.json "${LICENSE_FINDER_CLI_OPTS}" # rvm removes trap in bash: https://github.com/rvm/rvm/issues/4416 declare -f restore_lockfile > /dev/null && restore_lockfile popd > /dev/null -- cgit v1.2.3