frostyard/Changelog Generator
Generate a markdown changelog by diffing Syft SBOMs attached to two OCI image tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Full registry path to the image, e.g. ghcr.io/frostyard/snow-base | yes | — |
| previous-tag | Tag of the "before" image | yes | — |
| current-tag | Tag of the "after" image | yes | — |
| output-file | Path to write the markdown changelog to | yes | — |
| cosign-public-key | Path or URL to a cosign public key. When provided, the SBOM signature is verified before parsing. When omitted, signature verification is skipped. | no | — |
| title | Optional title rendered as a top-level header at the top of the changelog | no | — |
| handwritten | Optional prose blurb rendered between the title and the image header | no | — |
Outputs
| name | description |
|---|---|
| changelog-path | Path to the written changelog file (mirrors output-file) |