BROKER_DOWNSTREAM_TYPE_GITHUB_ENTERPRISE=true # your unique broker identifier BROKER_TOKEN= # your personal access token to your github enterprise account GITHUB_TOKEN= # the host for your GitHub Enterprise deployment, excluding scheme GITHUB=ghe.yourdomain.com # the GitHub Enterprise REST API url, excluding scheme GITHUB_API=$GITHUB/api/v3 # the GitHub Enterprise GraphQL API url, excluding scheme GITHUB_GRAPHQL=$GITHUB/api # the url of your broker client (including scheme and port) # BROKER_CLIENT_URL= # GitHub Enterprise validation url, checked by broker client systemcheck endpoint BROKER_CLIENT_VALIDATION_URL=https://$GITHUB_API/user # GitHub Enterprise validation request Authorization header BROKER_CLIENT_VALIDATION_AUTHORIZATION_HEADER="token $GITHUB_TOKEN" # The URL of the Snyk broker server BROKER_SERVER_URL=https://broker.snyk.io # the fine detail accept rules that allow Snyk to make API requests to your # github enterprise instance ACCEPT=accept.json # The path for the broker's internal healthcheck URL. Must start with a '/'. BROKER_HEALTHCHECK_PATH=/healthcheck # the host where the git server resides GIT_URL=$GITHUB # git credentials for cloning repos GIT_USERNAME=x-access-token GIT_PASSWORD=$GITHUB_TOKEN # the url of your snyk git client (including scheme and port). # GIT_CLIENT_URL=https://: