Using Snyk Code from a CI/CD pipeline
Use a CI/CD integration to test your code for vulnerabilities and ensure your changes do not introduce new vulnerabilities, keeping your applications secure.
When you set up your CI/CD integration, note the following:
- Snyk Code is not yet supported in the Snyk CI plugins, for example, the Snyk Jenkins plugin, but you can use the Snyk CLI to integrate with your CI server.
- You can filter the results by severity, for example, fail jobs only when high-severity vulnerabilities are introduced.
Last modified 1mo ago