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 dfe2bdc commit 4b30d1cCopy full SHA for 4b30d1c
wss-runner.sh
@@ -28,10 +28,14 @@ echo "**************************************************************************
28
echo " Start Running WhiteSource Unified Agent "
29
echo "*******************************************************************************************************************"
30
echo ""
31
-
+echo "ls"
32
+ls
33
+echo "codefreshtest"
34
+ls codefreshtest
35
+ls /codefreshtest
36
DIRECTORY=${DIRECTORY:="."}
37
API_KEY=${API_KEY}
-CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="/codefresh/volume/wss-unified-agent.config"}
38
+CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="wss-unified-agent.config"}
39
40
if [[ -z "${API_KEY}" ]]; then
41
./wss-scan/run_latest_jar.sh -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"
0 commit comments