Skip to content

v0.2.0 ( 🏜️ Sandcastles)

Latest
Compare
Choose a tag to compare
@jeremybumsted jeremybumsted released this 23 May 23:30
· 7 commits to main since this release
fa02b12

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