Once the user adds a project to CircleCI and adds the Snyk Orb to the configuration file, every time that a build will run, the Snyk Orb will be used as well.
Create a Snyk account and retrieve the Snyk API token from your Account settings.
Import the relevant repo into CircleCI.
Go to
Settings -> Security -> Orb security settings
and make sure you allow to opt-in to third party Orbs.Make sure your configuration (
config.yml
) file follows version 2.1.Add the required variables to CircleCI (e.g. Snyk API token as
API_TOKEN
)