fix: improve OpenSSF Scorecard score#108
Merged
Merged
Conversation
- Fix Token-Permissions: move contents/pull-requests write permissions from top-level to job-level in kubevirt-rpm-link-validator.yml - Add .github/CODEOWNERS file to improve Branch-Protection score - Update Go indirect dependencies to address known vulnerabilities: golang.org/x/net v0.49.0→v0.56.0, golang.org/x/sys v0.40.0→v0.46.0, golang.org/x/text v0.33.0→v0.38.0, golang.org/x/crypto v0.47.0→v0.53.0 - Update google.golang.org/grpc v1.79.3→v1.81.1
Copilot created this pull request from a session on behalf of
smitesh-sutaria
June 23, 2026 08:10
View session
Contributor
|
@copilot resolve the merge conflicts in this pull request |
smitesh-sutaria
marked this pull request as ready for review
June 23, 2026 08:38
Contributor
Author
smitesh-sutaria
approved these changes
Jun 23, 2026
Dhanya122
approved these changes
Jun 24, 2026
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.
Several OpenSSF Scorecard checks were failing or scoring low (overall: 6.3/10). This PR addresses the highest-impact actionable items.
Token-Permissions (0 → 10)
kubevirt-rpm-link-validator.ymlhadcontents: writeandpull-requests: writeat the top level, violating least-privilege. Moved to job-level; top-level set topermissions: {}.Branch-Protection
Added
.github/CODEOWNERS— scorecard flagged "codeowners review is required but no codeowners file found", which was suppressing the branch protection score.Vulnerabilities (8 known → fewer)
Updated Go indirect dependencies in
device-plugins-for-kubernetesto address 8 GO-2026-* advisories:golang.org/x/netgolang.org/x/sysgolang.org/x/textgolang.org/x/cryptogoogle.golang.org/grpc