From dc3fff1349733168abc69565bba6361e431ccef6 Mon Sep 17 00:00:00 2001 From: Eli Trop Date: Wed, 30 Dec 2020 11:35:47 +0200 Subject: [PATCH] add messages --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d433fc6..be2c410 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,9 +1,9 @@ #!/bin/sh -l +echo "Downloading latest kics binaries" + wget -c https://github.com/Checkmarx/kics/releases/latest/download/kics_1.0.0_linux_x64.tar.gz -O - | tar -xz -echo $INPUT_DIRECTORY - -ls -la /github/workspace +echo "about to scan directory" $INPUT_DIRECTORY ./kics -p $INPUT_DIRECTORY \ No newline at end of file