Releases: tbckr/trident
Releases · tbckr/trident
v0.15.0
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- 436738d feat(ci): extend tool-version checker to docker image pins
- 10a4b8a feat(ci): integrate betterleaks secret scanning
- a7d81af feat(ci): integrate semgrep pattern-based SAST
Bug Fixes
- dab5809 fix(ci): chown workspace to container user for betterleaks scan
- 23a343e fix(ci): mark workspace as safe.directory in betterleaks container
- 71985ab fix(ci): use --system git config for betterleaks safe.directory
- e78ef59 fix(deps): bump golang.org/x/net to v0.55.0
- b644dc5 fix(deps): bump golangci-lint from v2.12.1 to v2.12.2
v0.14.1
v0.14.0
Immutable
release. Only release title and notes can be modified.
v0.13.1
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- 0e73366 feat(release): add optional kind parameter to release target
- c927939 feat(skills): add tool-version-update skill for automated Go tool pinning updates
Bug Fixes
- 15edbe9 fix(tools): include goreleaser-lint.yml in check-tool-versions.sh registry
Other
- 18e4b82 refactor(release): unify artifact naming to consistent underscore pattern
v0.13.0
v0.12.0
Immutable
release. Only release title and notes can be modified.
Changelog
Features
- 92d7d5e feat(ci): improve OpenSSF Scorecard checks
- 5d1720b feat(ci): switch to GitHub-native SLSA provenance
- f425677 feat: add tag ruleset, workflow permissions, and CODEOWNERS to hardening script
- 9effd68 feat: enforce branch integrity and tag rules for admins in hardening script
Bug Fixes
- 74c50b0 fix(ci): correct imposter commit SHA for github/codeql-action v3.28.18
- 10f75ac fix(ci): correct imposter commit SHA for ossf/scorecard-action v2.4.3
- 3cd387a fix(ci): correct pinned SHA for ossf/scorecard-action v2.4.3
- d1b1d5a fix: pin required status checks to GitHub Actions source
- 02dd85a fix: quote bracket arguments in harden-repo.sh to resolve shellcheck SC2102
- beec4fd fix: remove unused nolint directive in download.go