From 94af2aa97e7de32d833b75defd92f65cd0faaa2e Mon Sep 17 00:00:00 2001 From: Eli Trop Date: Wed, 30 Dec 2020 12:28:22 +0200 Subject: [PATCH] add output file --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 26d1f2f..933c5a2 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,4 +14,4 @@ wget -c "https://github.com/Checkmarx/kics/releases/download/${tag}/kics_${versi echo "about to scan directory" $INPUT_DIRECTORY -./kics -p $INPUT_DIRECTORY \ No newline at end of file +./kics -p $INPUT_DIRECTORY -o results.json \ No newline at end of file