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