docker pull snyk/broker:github-enterprise
tag. The following environment variables are mandatory to configure the Broker client:BROKER_TOKEN
- the Snyk Broker token, obtained from your Snyk Org settings view (app.snyk.io).GITHUB_TOKEN
- a personal access token with full repo
, read:org
and admin:repo_hook
scopes.GITHUB
- the hostname of your GitHub Enterprise deployment, such as your.ghe.domain.com
.GITHUB_API
- the API endpoint of your GitHub Enterprise deployment. Should be your.ghe.domain.com/api/v3
.GITHUB_GRAPHQL
- the graphql endpoint of your GitHub Enterprise deployment. Should be your.ghe.domain.com/api
.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 GitHub Enterprise deployment webhooks, such as http://broker.url.example:8000
accept.json
for Snyk IaC, Code, Open Source and Container for GitHub Enterprise is attached.Add Projects
accept.json
:private
arraydocker logs <container id>
where container id is the GitHub Enterprise Broker container ID to look for any errors