Skip to content

Releases: CycloneDX/gh-gomod-generate-sbom

v2.0.0

05 Jun 16:05
efc7424
Compare
Choose a tag to compare
Update `README.md`

Signed-off-by: nscuro <[email protected]>

v1.1.0

25 Feb 22:15
d4aee0c
Compare
Choose a tag to compare

Features

  • feat(gha): support github token (@Zenithar)

v1.0.0

01 Oct 16:10
c18e41a
Compare
Choose a tag to compare

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!

v0.3.0

25 Jun 16:33
90eb346
Compare
Choose a tag to compare

This version adds support for version ranges in the version input.

Instead of using latest, you can now do the following:

- uses: CycloneDX/[email protected]
  with:
    version: ^v0

This way, you avoid breaking your builds once a new backwards-incompatible major version of cyclonedx-gomod is released.

For a full overview of the range syntax, see https://github.com/npm/node-semver#advanced-range-syntax

v0.2.0

08 Jun 19:42
d5c8d96
Compare
Choose a tag to compare
  • Add support for providing version latest to always download the latest cyclonedx-gomod release
  • Ensure that a supported version of cyclonedx-gomod is used (currently >= v0.8.1)
  • Ensure that go is in $PATH

First release

07 Jun 06:54
5f3cca7
Compare
Choose a tag to compare
wording

Signed-off-by: nscuro <[email protected]>