Add extension for deployment environment#2190
Merged
Merged
Conversation
This defines a new OID for a "deployment environment". By itself, it's not very meaningful as it's a user-defined string, but this can be used by a monitor to validate artifact provenance, e.g. verifying that a deployment environment had certain protections enabled. Fixes sigstore#1845 Signed-off-by: Hayden <8418760+haydentherapper@users.noreply.github.com>
Contributor
Author
|
cc @di @woodruffw |
Contributor
Author
|
also cc @kommendorkapten |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2190 +/- ##
===========================================
- Coverage 57.93% 44.62% -13.32%
===========================================
Files 50 72 +22
Lines 3119 4668 +1549
===========================================
+ Hits 1807 2083 +276
- Misses 1154 2349 +1195
- Partials 158 236 +78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kommendorkapten
approved these changes
Oct 30, 2025
kommendorkapten
left a comment
Member
There was a problem hiding this comment.
This is great, thanks @haydentherapper!
bobcallaway
approved these changes
Nov 4, 2025
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.
This defines a new OID for a "deployment environment". By itself, it's not very meaningful as it's a user-defined string, but this can be used by a monitor to validate artifact provenance, e.g. verifying that a deployment environment had certain protections enabled.
Fixes #1845
Summary
Release Note
Documentation