Add workflow to periodically validate OIDC issuers#2188
Merged
Conversation
c759985 to
67f2978
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2188 +/- ##
===========================================
- Coverage 57.93% 44.64% -13.30%
===========================================
Files 50 72 +22
Lines 3119 4650 +1531
===========================================
+ Hits 1807 2076 +269
- Misses 1154 2340 +1186
- Partials 158 234 +76 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This workflow will run a nightly check for the availability of all supported OIDC providers, and will file an issue if any become unavailable. Fixes sigstore#2187 Signed-off-by: Hayden <8418760+haydentherapper@users.noreply.github.com>
67f2978 to
32bef5f
Compare
bobcallaway
approved these changes
Oct 28, 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 workflow will run a nightly check for the availability of all supported OIDC providers, and will file an issue if any become unavailable.
Fixes #2187
Summary
Release Note
Documentation