Skip to content

Releases: djcass44/ci-tools

v1.11.4

07 Mar 10:35
ab250bb

Choose a tag to compare

Changelog

  • ab250bb Updated dependencies Removed buildmode=pie flag since it requires CGO

v1.11.3

18 Feb 09:17
c20c0f4

Choose a tag to compare

Changelog

  • c20c0f4 added env to set tags off the trunk minor code cleanup
  • afe53ad updated more dependencies
  • 8971e28 updated dependencies
  • 7f89f3a Fixed a few code smells identified by "go fix -diff"

v1.11.2

07 Dec 03:39
daab26e

Choose a tag to compare

Changelog

  • daab26e Updated Go recipe to include additional build flags to improve security of builds Syft now cleans up temporary files if an image was pulled Updated dependencies

v1.11.1

13 Nov 08:21
0f7f290

Choose a tag to compare

Changelog

  • 0f7f290 updated to Go 1.25 updated dependencies

v1.11.0

24 Oct 06:29
bba5266

Choose a tag to compare

Changelog

  • bba5266 sboms are now generated using the digest instead of the tag updated dependencies
  • 6f4993b updated dependencies

v1.10.2

13 Jul 06:31
d8cfe8f

Choose a tag to compare

Changelog

v1.10.0

30 Mar 11:04
d4b7363

Choose a tag to compare

Changelog

  • d4b7363 updated more dependencies
  • bdff79e updated more dependencies
  • cbb2731 updated dependencies switched to text/template instead of html/template to support special characters in passwords

v1.9.3

07 Nov 20:22
9d96452

Choose a tag to compare

Changelog

  • 9d96452 syft no longer returns an error when it doesn't support the target image type (e.g., helm charts)

v1.9.2

06 Nov 04:08
a1ce7ed

Choose a tag to compare

Changelog

  • a1ce7ed updated actions added environment variable to override the monorepo image path initial work for github actions support
  • fe33905 fixed go version in CI
  • 0c085a8 updated dependencies
  • f11467e fixed mismatch between built image tag and tag used by the slsa/sbom generators

v1.9.1

14 Oct 07:09
568ea22

Choose a tag to compare

Changelog

  • 568ea22 added extra checks to make sure that double leading or trailing slashes aren't included in the full image reference added early failure if the digest could not be resolved
  • 66a2d3c updated test workflow name
  • e19a541 updated workflow to run tests
  • 659fe8b added basic recipe test snapshotting
  • 408a48d [mvn-auth] added option to override the location of the local repository added more tests