Skip to content

Releases: jenkinsci/snyk-security-scanner-plugin

2.0.6

07 May 18:38
a2cc16c
Compare
Choose a tag to compare

Bug fixes

  • Do not break additional arguments if complex env vars are used (#47)

2.0.5

07 May 14:52
2107aa5
Compare
Choose a tag to compare

Bug fixes

  • When environment vars are used in the plugin arguments, resolve them when logging the plugin output (#46)

2.0.4

25 Apr 13:12
1744df8
Compare
Choose a tag to compare

Bug fixes

  • Fix failure when running on an agent with no build tool path (#43)

2.0.3

12 Apr 13:53
4978353
Compare
Choose a tag to compare

Bug fixes

  • Identify location of auto-installed build tools such as mvn, gradle and sbt (#42)

2.0.2

02 Apr 17:37
4f6d1c5
Compare
Choose a tag to compare

Features

  • Set 2.60.3 as the minimum Jenkins version for official Java 8 support.
  • Minor dependency upgrades.

2.0.1

31 Mar 14:46
c2f4dca
Compare
Choose a tag to compare

Bug fixes

  • additionalArguments are now split by instead of being provided as a quoted argument.

2.0.0

24 Mar 09:29
765ec89
Compare
Choose a tag to compare

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 a Snyk Installation configuration in your Jenkins settings. Configure at least one such installation to use the plugin.

2.0.0-alpha-9

14 Mar 20:54
69aabc0
Compare
Choose a tag to compare
  • Report includes link to project if monitor was called
  • Pipeline function is called snykSecurity as with v1

2.0.0-alpha-8

14 Mar 14:44
3ac7cd5
Compare
Choose a tag to compare
  • Better logging for error cases

2.0.0-alpha-7

13 Mar 14:26
936a95f
Compare
Choose a tag to compare
  • Distinguish between failing due to vulnerabilities and failing due to other errors
  • Create report even if snyk monitor fails