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 dc71d74 commit 794b239Copy full SHA for 794b239
wss-runner.sh
@@ -39,7 +39,7 @@ echo ""
39
40
DIRECTORY=${DIRECTORY:="."}
41
API_KEY=${API_KEY}
42
-CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="./wss-unified-agent.config"}
+CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="wss-unified-agent.config"}
43
44
if [[ -z "${API_KEY}" ]]; then
45
bash <(curl -s -L https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/wss_agent_scanner.sh) -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"
0 commit comments