Releases: buildkite-plugins/snyk-buildkite-plugin
Releases · buildkite-plugins/snyk-buildkite-plugin
v0.2.0 ( 🏜️ Sandcastles)
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
- Update buildkite/plugin-tester Docker tag to v4.1.1 by @renovate in #3
- Update buildkite plugin plugin-tester to v1.1.1 by @renovate in #1
- configure CI by @jeremybumsted in #7
- Update README with dependency information by @jeremybumsted in #8
- Refactor Plugin Hooks by @jeremybumsted in #9
- fixed the annotation by @ivannalisetska in #10
New Contributors
- @renovate made their first contribution in #3
- @ivannalisetska made their first contribution in #10
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
What's Changed
- Snyk Plugin Spike by @jeremybumsted in #2
- Update main.yml by @jeremybumsted in #4
- add release drafter config by @jeremybumsted in #5
New Contributors
- @jeremybumsted made their first contribution in #2
Full Changelog: https://github.com/buildkite-plugins/snyk-buildkite-plugin/commits/v0.1.0