From 06c9222ec25a81de1f72fc1a081e8722d46a4040 Mon Sep 17 00:00:00 2001 From: joeyhavia Date: Mon, 11 Mar 2024 12:13:50 +0200 Subject: [PATCH] add schema var to image tag --- images/entrypoint-oxeye-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/entrypoint-oxeye-scan.sh b/images/entrypoint-oxeye-scan.sh index 828a66e..99d8b21 100755 --- a/images/entrypoint-oxeye-scan.sh +++ b/images/entrypoint-oxeye-scan.sh @@ -62,7 +62,7 @@ curl -s -o /app/scm_scan.py --location "${schema}://${host}/api/scm/script?provi --header "Authorization: Bearer ${bearerToken}" # RUN SCM Scan Script -default_flags="--host $host +default_flags="--host $schema://$host --repo-token $token --client-id $client_id --secret $secret