update .govulncheck.yaml#497
Conversation
WalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #497 +/- ##
=======================================
Coverage 78.84% 78.84%
=======================================
Files 53 53
Lines 2207 2207
=======================================
Hits 1740 1740
Misses 404 404
Partials 63 63 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.govulncheck.yaml (1)
1-49: Structure and format are correct, but ensure proper tracking for this temporary workaround.The YAML structure is valid and consistent across all entries. However, this is an intentional temporary measure to suppress known Go 1.23.12 vulnerabilities until the project upgrades to Go 1.24. A few operational considerations:
- All
silence-untildates are set to 2025-12-03, which is approximately one month away. Ensure there's a tracked action item (issue, milestone, or reminder) to address this before the silence expires.- The PR mentions related changes across multiple repositories (api, host-operator, member-operator, toolchain-e2e). Verify that all related repositories maintain consistency in their silence-until dates and vulnerability entries to avoid desynchronization.
Would you like me to help verify consistency across the related repositories listed in the PR objectives, or generate a tracking checklist for the pending Go 1.24 upgrade?
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.govulncheck.yaml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Verify Dependencies



Description
We are hitting a lot of vuns in govulncheck. This PR adds them to
.govulncheck.yamlto ignore them. This is just temporary since we will upgrade go version to 1.24 once we have our clusters using Openshift 4.20Related PR
codeready-toolchain/api#490
codeready-toolchain/host-operator#1212
codeready-toolchain/member-operator#708
codeready-toolchain/registration-service#556
codeready-toolchain/toolchain-e2e#1219
kubesaw/ksctl#131
Summary by CodeRabbit