brain-slug

Results 3 issues of brain-slug

### Proposal I am using `ghcr.io/tomkerkhove/promitor-agent-scraper:2.8.0` with Azure ServicePrincipal Auth ``` authentication: mode: ServicePrincipal identityId: {{SERVICE_PRINCIPAL_CLIENT_ID}} ``` Looking at the ServicePrincipal sign-in logs in Azure I can see the following:...

help-wanted
dependencies

Added Dockerfile, updated IFS from CRLF to LF only, renamed access token vars allowing to be set from Dockerfile, added CURL_PARAMS --raw to avoid encoding issues, updated README.md Fixes #7

Hi, I tried to get it running using a Docker image based on ubuntu:20.04 ``` FROM ubuntu:20.04 ENV SOURCE_GITLAB=git.mycompany.com ENV TARGET_GITLAB=gitlab.com RUN adduser migration RUN apt-get update && \ apt-get...