From 9e56296884801158a1b33d6cf2be3997998fcb4f Mon Sep 17 00:00:00 2001 From: Eli Trop <64141390+elit-cx@users.noreply.github.com> Date: Thu, 11 Mar 2021 16:32:56 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ca575fe..c257507 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,6 @@ #!/bin/bash DATETIME="`date '+%H:%M'`" -./app/bin/kics -p $GITHUB_WORKSPACE/$INPUTS_PATH -o $INPUTS.OUTPUT_PATH \ No newline at end of file +echo "about to run kics scan on $INPUTS_PATH" +cd /github/workspace +./app/bin/kics -p $INPUTS_PATH -o $INPUTS.OUTPUT_PATH