changelog: add v0.1.2 — complete container attestation set - #61
Merged
Conversation
v0.1.1's container image is signed with SLSA provenance and an SBOM attestation but is missing the vulnerability-scan attestation (the reusable-trivy.yml GHCR-auth bug fixed at attested-delivery/.github#33 and picked up in this repo's pin bump). v0.1.2 ships the same code with the pipeline fix, completing the attestation set.
There was a problem hiding this comment.
Pull request overview
Adds a v0.1.2 changelog entry documenting that the release pipeline now produces the full container attestation set by fixing the GHCR-auth gap in the Trivy image scan job used for tagged releases.
Changes:
- Update the changelog front-matter
modifiedtimestamp. - Add a
0.1.2release entry describing the fix for the tagged-release container vulnerability-scan attestation path.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.1.1's container image is signed with SLSA provenance and an SBOM attestation, but is missing the vulnerability-scan attestation —reusable-trivy.yml'simagejob never authenticated to GHCR before scanning (attested-delivery/.github#33, picked up in #60). This adds the corresponding CHANGELOG entry forv0.1.2, which will ship the same code with the pipeline fix already merged tomain.Verification
just checkpasses clean.