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 d812252 commit 0add279Copy full SHA for 0add279
wss-runner.sh
@@ -35,9 +35,9 @@ API_KEY=${API_KEY}
35
CONFIG_FILE=${CONFIG_FILE:="wss-unified-agent.config"}
36
37
if [[ -z "${API_KEY}" ]]; then
38
- /wss-scan/run_latest_jar.sh -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
+ /run_latest_jar.sh -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
39
else
40
- /wss-scan/run_latest_jar.sh -apiKey "${API_KEY}" -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
+ /run_latest_jar.sh -apiKey "${API_KEY}" -c "${CONFIG_FILE}" -d "${PROJECT_DIRECTORY}"
41
fi
42
echo ""
43
echo "*******************************************************************************************************************"
0 commit comments