Releases: ossf/si-tooling
Releases · ossf/si-tooling
v2.2.0
What's Changed
- Adding SecurityInsightsFilename const for usage by package consumers by @trumant in #15
- chore: add security-insights.yml illustrating relationship to ossf/security-insights-spec by @trumant in #20
- docs: improve README docs throughout by @trumant in #23
- chore: replace unmaintained module dependency by @trumant in #24
- feat: read from GitHub using the github module by @trumant in #25
- fix: specific project-si-source URL that provides raw access to the parent SI file by @trumant in #27
- fix: fix golangci-lint action after upgrade by @trumant in #29
- Release v2.next prep by @trumant in #31
- add project.steward changelog entry by @trumant in #32
- feat: use go types generated by
cue exp gengotypesby @trumant in #26 - chore: release changes for v2.1.0 by @trumant in #33
- Add support for spec v2.2.0 by @eddie-knight in #36
New Contributors
Full Changelog: v2.0.4...v2.2.0
v2.0.4
What's Changed
- fix: Corrected typo on Repository.Documentation by @eddie-knight in #14
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Full Changelog: v2.0.2...v2.0.3
v2.0.2
This fixes the v2 package so that it can be imported normally.
What's Changed
- fix: Moved go.mod/sum into v2 for direct package importing by @eddie-knight in #12
Full Changelog: v2.0.1...v2.0.2
v2.0.1
This patch allows users to quickly determine whether the SI file they're ingesting is compatible with the logic provided by the go library.
In a future iteration we can add support for other SI schema versions.
What's Changed
- feat: err if not schema v2.0.0 by @eddie-knight in #11
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- chore: added warnings to docs by @eddie-knight in #9
- feat: Added go package to support v2 ingestion by @eddie-knight in #10
New Contributors
- @luigigubello made their first contribution in #1
- @hrittikhere made their first contribution in #2
- @eddie-knight made their first contribution in #9
Full Changelog: https://github.com/ossf/si-tooling/commits/v2.0.0