GitHub - environment variables for Snyk Broker
The following environment variables are required to configure the Broker Client for GitHub:
- 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:organd- admin:repo_hookscopes.
- 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 GitHub webhooks, such as- http://broker.url.example:8000.This URL is required to access features such as PR Fixes or PR Checks.- This must have http:// and the port number. 
- To configure the client with HTTPS, additional settings are required. 
 
- ACCEPT_IAC- by default, some file types used by Infrastructure-as-Code (IaC) are not enabled. To grant the Broker access to IaC files in your repository, for example, Terraform, you can add an environment variable- ACCEPT_IACwith any combination of- tf,yaml,yml,json,tpl
- ACCEPT_CODE- by default, Snyk Code will not load code snippets. To enable code snippets, you can add an environment variable- ACCEPT_CODE=true
- ACCEPT_ESSENTIALS- enable Snyk Essentials to identify your application assets, monitor them, and prioritize the risks. To enable Snyk Essentials, add the environment variable- ACCEPT_ESSENTIALS=true
Last updated
Was this helpful?

