fix(ci): sign OCI artifacts with both OCI 1.1 and legacy formats#1195
Merged
poiana merged 1 commit intofalcosecurity:mainfrom Feb 4, 2026
Merged
Conversation
Contributor
|
Welcome @c2ndev! It looks like this is your first PR to falcosecurity/plugins 🎉 |
Signed-off-by: c2ndev <cannarella.dev@gmail.com>
fcda162 to
bf4e6e2
Compare
leogr
approved these changes
Feb 4, 2026
Contributor
|
LGTM label has been added. DetailsGit tree hash: 4cabce56abca3762c1da1534dc7dd169267a02bf |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: c2ndev, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
|
/approve |
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.
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
After PR #1033 upgraded cosign-installer from v3 to v4, cosign v3 is now used which defaults to OCI 1.1 referrers format for signatures. This PR adds an additional signing step with
--registry-referrers-mode=legacyto also produce signatures in the legacy tag-based format (sha256-<digest>.sig).This ensures backward compatibility for consumers using older cosign versions or tools that expect the legacy signature format
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: