Install Snyk Broker - Code Agent using Helm
To deploy the Snyk Broker Code Agent, you must set the enableCodeAgent
flag to true
. Ensure you have the proper entries in the accept.json
file. Retrieve the example file for the SCM you are using from the Broker Client Templates repository. Ensure you have the additional entries as specified by the Snyk Broker Code Agent documentation.
An example command for GitLab follows:
The brokerClientUrl
is is the address of the Broker Container. The default port for the Broker container is 8000
. See the values file for more information.
The accept.json
must be in the same directory as the Helm Chart.
Last updated