The purpose of this repo is to share examples of CI/CD integrations with Snyk
There are typically 4 ways to deploy Snyk in a CI/CD pipeline: 1- Using the native plugin from the marketplace 2- Installing Snyk CLI using the npm i -g snyk command in the pipeline (CLI-like) 3- Installing the Snyk CLI binary 4- Installing the Snyk CLI Container:
The various ways are explained in details here: https://support.snyk.io/hc/en-us/articles/360018245398-Snyk-CI-CD-Integration-good-practices-
We are continuously trying to update this repo with useful templates If you have suggestions for improvement feel free to share them with us !