Snyk Jenkins plugin enables jenkins users to test their open source packages against the Snyk vulnerability database
- This plugin requires Docker installation on the machine in order to scan your dependencies.
- Pull Snyk docker image by running the following command:
docker pull snyk/snyk
- Add Jenkins user to the docker group:
sudo usermod -aG docker jenkins-user
and verify that the Jenkins user can run docker commands without a sudo.