Skip to content

Commit 4b30d1c

Browse files
committed
# Conflicts: # wss-runner.sh
1 parent dfe2bdc commit 4b30d1c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

wss-runner.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ echo "**************************************************************************
2828
echo " Start Running WhiteSource Unified Agent "
2929
echo "*******************************************************************************************************************"
3030
echo ""
31-
31+
echo "ls"
32+
ls
33+
echo "codefreshtest"
34+
ls codefreshtest
35+
ls /codefreshtest
3236
DIRECTORY=${DIRECTORY:="."}
3337
API_KEY=${API_KEY}
34-
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="/codefresh/volume/wss-unified-agent.config"}
38+
CONFIG_FILE_PATH=${CONFIG_FILE_PATH:="wss-unified-agent.config"}
3539

3640
if [[ -z "${API_KEY}" ]]; then
3741
./wss-scan/run_latest_jar.sh -c "${CONFIG_FILE_PATH}" -d "${DIRECTORY}"

0 commit comments

Comments
 (0)