Skip to content
Compare
Choose a tag to compare
@nscuro nscuro released this 01 Oct 16:10
· 41 commits to main since this release
c18e41a

This release brings compatibility with cyclonedx-gomod v1.x 🥳

⚠ Both cyclonedx-gomod as well as this action introduce breaking changes in v1.x.
Action v0.x is incompatible with cyclonedx-gomod v1.x and the other way around.

  • ✅ The cyclonedx-gomod binary is now registered in $PATH so it can be used in other workflow steps as well
  • ✅ It's now possible to only download the cyclonedx-gomod binary without immediately executing it
    • This is helpful when using it in conjunction with tools like GoReleaser
  • ⚠ Instead of supplying arguments via separate action inputs, they now have to be provided via the args input
  • ⚠ Support for version: latest has been dropped. Please use either specific versions or version ranges!

Checkout the examples for how to use this action!