From ffc56c0216531c92938818a291c18ff9336d13cf Mon Sep 17 00:00:00 2001 From: Eli Trop Date: Wed, 30 Dec 2020 10:11:48 +0200 Subject: [PATCH] use git binded workspace --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c7f45d..a901cd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM checkmarx/kics:latest -ENTRYPOINT ["/app/bin/kics","-p $INPUT_DIRECTORY"] \ No newline at end of file +ENTRYPOINT ["/app/bin/kics","-p /github/workspace/$INPUT_DIRECTORY"] \ No newline at end of file