Skip to content

Commit

Permalink
add schema var to image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oxeye-joey committed Mar 11, 2024
1 parent ca9fc07 commit 06c9222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/entrypoint-oxeye-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06c9222

Please sign in to comment.