Releases: jenkinsci/snyk-security-scanner-plugin
Releases · jenkinsci/snyk-security-scanner-plugin
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0 Release
Features
- Snyk Security Installer allows to download and run the Snyk CLI without relying on Docker or Nodejs runtimes.
- Improved Snyk configuration.
Breaking changes
- Configuration is re-done, hence all pre-configured Snyk Security stages based on the v1 release will be lost, and need to be re-configured.
- Plugin no longer relies on an env var specifying the Snyk API token, but on a new credential type called
Snyk API token
. Add at least one such credential to use the plugin. - Plugin no longer relies on
docker
being available on the worker hosts, and instead installs the Snyk CLI via aSnyk Installation
configuration in your Jenkins settings. Configure at least one such installation to use the plugin.
2.0.0-alpha-9
- Report includes link to project if
monitor
was called - Pipeline function is called
snykSecurity
as with v1
2.0.0-alpha-8
- Better logging for error cases
2.0.0-alpha-7
- Distinguish between failing due to vulnerabilities and failing due to other errors
- Create report even if
snyk monitor
fails