CI/CD troubleshooting and resources
Last updated
Was this helpful?
This page provides a few tips to help troubleshoot or scale CI/CD integrations.
If the CLI and the pipeline are running the same engine, try to clone the Project and scan with the CLI.
Try various CLI options. Use the Snyk CLI to find and fix known vulnerabilities as you run it in the pipeline. For more information, see the CLI documentation.
If you can replicate the issue using the Command Line Interface (CLI) and the problem still exists, consult the Debugging the Snyk CLI troubleshooting guidelines for capturing logs in a debug mode.
Try to replace the native plugin with the CLI by installing the CLI. See Install the Snyk CLI for instructions.
The following repository provides some examples of binary and npm integrations for various CI/CD tools: GitHub CI/CD examples.
To learn more about CI/CD, see the article What is CI/CD? CI/CD Pipeline and Tools Explained.
Last updated
Was this helpful?
Was this helpful?

