diff --git a/ws/run_ws.sh b/ws/run_ws.sh index da075f9f101cb15f373d9cfe9622552c35d353c0..8763a587feed5aac2fcb74b297ebaed9481b0859 100644 --- a/ws/run_ws.sh +++ b/ws/run_ws.sh @@ -4,4 +4,4 @@ echo "Downloading WhiteSource agent..." curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar echo "Running WhiteSource scan..." -java -jar wss-unified-agent.jar -apiKey ${API_KEY} -projectVersion ${PROJECT_VERSION} -projectToken ${PROJECT_TOKEN} -productVersion ${PRODUCT_VERSION} -productToken ${PRODUCT_TOKEN} -c ws.config -d ../ \ No newline at end of file +java -jar wss-unified-agent.jar -userKey ${USER_KEY} -apiKey ${API_KEY} -projectVersion ${PROJECT_VERSION} -projectToken ${PROJECT_TOKEN} -productVersion ${PRODUCT_VERSION} -productToken ${PRODUCT_TOKEN} -c ws.config -d ../ \ No newline at end of file