Skip to content

Releases: buildkite-plugins/snyk-buildkite-plugin

v0.2.0 ( 🏜️ Sandcastles)

23 May 23:30
fa02b12
Compare
Choose a tag to compare

This version changes the job lifecycle stage where the plugin is run, as we have moved the plugin into the post-command hook, instead of as a command hook. This should allow a wider range of use cases for implementing the plugin into your pipeline.

What's Changed

New Contributors

Upgrading

Update the version tag in your pipeline YAML:

steps:
  - label: "🔎 Scanning with Snyk"
    command: "test.sh"
    plugins:
-      - snyk#v0.1.0:
+      - snyk#v0.2.0:
          scan: 'oss'
          annotate: true

Full Changelog: v0.1.0...v0.2.0

v0.1.0 🥶 Cold Snap

28 Feb 01:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/buildkite-plugins/snyk-buildkite-plugin/commits/v0.1.0