docker pull snyk/broker:azure-repos
tag. The following environment variables are mandatory to configure the Broker client:BROKER_TOKEN
- the Snyk Broker token, obtained from your Azure Repos integration settings view (app.snyk.io).AZURE_REPOS_TOKEN
- an Azure Repos personal access token. Guide how to get/create the token. Required scopes: ensure Custom defined is selected and under Code select Read & writeAZURE_REPOS_ORG
- organization name, which can be found in your Organization Overview page in AzureAZURE_REPOS_HOST
- the hostname of your Azure Repos Server deployment, such as your.azure-server.domain.com
.PORT
- the local port at which the Broker client accepts connections. Default is 8000.BROKER_CLIENT_URL
- the full URL of the Broker client as it will be accessible to your Azure Repos' webhooks, such as http://broker.url.example:8000
accept.json
for Snyk IaC, Code, Open Source and Container for Azure Repos is attached.Add Projects
docker logs <container id>
where container id is the Azure Repos Broker container ID to look for any errors