Releases: saleor/saleor-internal-actions
Releases · saleor/saleor-internal-actions
v1.1.0
What's Changed
Features
- Added support to pass grant output format as input inside the GitHub action by @NyanKiyoshi in #6
- Split the generate SBOM & check licenses logic into a separate re-usable workflow by @NyanKiyoshi in #7
- Added support for multiple output formats in license summary by @NyanKiyoshi in #8
- Added possibility to list newly added licenses inside head branches by @NyanKiyoshi in #9
Dependencies
- Upgrade grant from v0.2.1 to v0.2.2 by @NyanKiyoshi in #5
Full Changelog: v1.0.0...v1.1.0
v1.1.0-rc.1
What's Changed
Features
- Added support to pass grant output format as input inside the GitHub action by @NyanKiyoshi in #6
- Split the generate SBOM & check licenses logic into a separate re-usable workflow by @NyanKiyoshi in #7
- Added support for multiple output formats in license summary by @NyanKiyoshi in #8
- Added possibility to list newly added licenses inside head branches by @NyanKiyoshi in #9
Dependencies
- Upgrade grant from v0.2.1 to v0.2.2 by @NyanKiyoshi in #5
v1.0.0: initial release
Added the following actions:
Name | Description |
---|---|
sbom-generator | Generates a CycloneDX SBOM with license fetching enabled. |
grant-license-checker | Generates a license usage report of a given SBOM using grant . |