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 e9298cb commit adf12deCopy full SHA for adf12de
wss-runner.sh
@@ -43,9 +43,9 @@ API_KEY=${API_KEY}
43
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="wss-unified-agent.config"}
44
45
if [[ -z "${API_KEY}" ]]; then
46
- bash <(curl -s -L https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/wss_agent_scanner.sh) -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"
+ bash <(run_latest_jar.sh) -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"
47
else
48
- bash <(curl -s -L https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/wss_agent_scanner.sh) -apiKey "${API_KEY}" -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"
+ bash <(run_latest_jar.sh) -apiKey "${API_KEY}" -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"
49
fi
50
51
echo ""
0 commit comments