Use shared OSSF Scorecard workflow - #8703
Open
opentelemetrybot wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR migrates the repository’s OSSF Scorecard GitHub Actions workflow from an inline job definition to the reusable workflow hosted in open-telemetry/shared-workflows, pinned to the v0.6.0 commit for reproducibility and centralized maintenance.
Changes:
- Replaced the inline
analysisjob steps with a reusable workflow call toopen-telemetry/shared-workflows/.github/workflows/scorecard.yml@f13d0cb…(v0.6.0). - Tightened default workflow token permissions to
permissions: {}and explicitly set least-privilege permissions per job.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8703 +/- ##
============================================
+ Coverage 91.63% 91.65% +0.02%
- Complexity 10349 10351 +2
============================================
Files 1003 1003
Lines 27207 27207
Branches 3198 3198
============================================
+ Hits 24931 24937 +6
+ Misses 1572 1565 -7
- Partials 704 705 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
trask
approved these changes
Aug 7, 2026
Pull request dashboard statusWaiting on maintainers · refreshed 2026-08-07 17:58 UTC Merge when ready. Status above doesn't look right?
|
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.
Migrate OSSF Scorecard to the shared workflow. This limits code scanning alerts from Scorecard to
BinaryArtifactsID,DangerousWorkflowID,PinnedDependenciesID, andTokenPermissionsID. See open-telemetry/sig-security#309 for details.