From 0e60d3d4b5467608a2b6a7a2c0a6febd274b7fc6 Mon Sep 17 00:00:00 2001 From: barak Date: Mon, 27 Apr 2020 13:05:02 +0300 Subject: [PATCH] add directory input --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 4f8b489d..d3693096 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,2 +1,3 @@ #!/bin/sh -l +echo "running checkov on directory: $1" checkov -d $1