Skip to content

v0.2.1 - Mitigation for vulnerability CVE-2018-8409

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 23 Sep 09:00
· 1551 commits to master since this release
6ad8313

Getting started

Running Promitor Scraper is super easy:

docker run -d -p 8999:80 --name promitor-scraper
                         --env PROMITOR_AUTH_APPID='<azure-ad-app-id>'   \
                         --env PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
                         --volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \ 
                         tomkerkhove/promitor-scraper:0.2.1

Docker image is available on Docker Hub.

Security mitigations/improvements

New features/changes

None