Skip to content

Releases: vinted/sbomsftw

v0.30.0

28 May 07:40
ce5955c
Compare
Choose a tag to compare

What's Changed

  • Refactor DependencyTrackClient for clarity and resilience by @asakalys in #160

v0.29.0

14 May 10:52
acce32c
Compare
Choose a tag to compare

What's Changed

v0.28.0

16 Apr 09:46
afada3e
Compare
Choose a tag to compare

Changelog

  • Revert previous change with pid kills
  • Update shell.go to use go-sh library instead of cmd.CommandContext

v0.27.0

15 Apr 11:28
9b137f4
Compare
Choose a tag to compare

This version contains fixes to multiple orphaned processes. During debugging, it was found that the cdxgen shellout command spawns java processes that after the cdxgen finishes - get orphaned. Due to that, we end up having high memory consumption do due processes piling on through other projects and also taking up exponentially more memory.
For this solution, we currently track down the PID addresses of these jvm processes and issue kill commands ourselves.

Changelog:

  • Add custom PID kill command to shell.go
  • Add gradle stop on cleanup
  • Update dependencies

v0.26.0

09 Apr 07:50
b450058
Compare
Choose a tag to compare
  • Add additional logging when exiting the app

v0.25.0

28 Mar 10:39
Compare
Choose a tag to compare

Changelog:

  • Extend timeouts for dtrack client

v0.24.0

11 Feb 12:25
Compare
Choose a tag to compare
  • Fix shorthand for fs type command

v0.23.0

07 Feb 10:03
697612c
Compare
Choose a tag to compare

Adding an option for middleware and not direct calls for dependency-track.

Changelog:

  • Add a new option for --middleware to send the SBOM to your own backend.

v0.22.0

11 Sep 12:08
Compare
Choose a tag to compare
  • add pagination flags

v0.21.0

11 Sep 11:37
Compare
Choose a tag to compare
  • Update the new version to always include a package name, otherwise skip it.