-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat: add govulncheck for checking whether ArgoCD has CVE #21928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❗ Preview Environment undeploy from Bunnyshell failedSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
|
https://github.com/argoproj/argo-cd/actions/runs/13448667288/job/37579098493?pr=21928 This CI is passed when #21929 is merged. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21928 +/- ##
==========================================
+ Coverage 55.95% 56.04% +0.09%
==========================================
Files 343 343
Lines 57327 57536 +209
==========================================
+ Hits 32075 32248 +173
- Misses 22619 22645 +26
- Partials 2633 2643 +10 ☔ View full report in Codecov by Sentry. |
ff0db36 to
024b8c9
Compare
|
When argoproj/gitops-engine#698 is merged, we can deal with issue that CI is failed. |
bb5c3b7 to
358d4ec
Compare
358d4ec to
4f5154a
Compare
|
@andrii-korotkov-verkada |
|
@crenshaw-dev @gdsoumya |
| ) | ||
|
|
||
| replace ( | ||
| github.com/argoproj/gitops-engine => github.com/sivchari/gitops-engine v0.0.0-20250311160727-70181af58e7f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated it after #698 is merged. This patch aims to fix the vulnerability.
|
https://pkg.go.dev/vuln/GO-2025-3547 is occurred, but this issue hasn't been resolved yet. |
Signed-off-by: sivchari <[email protected]>
4f5154a to
0db092d
Compare
Checklist:
I added govulncheck workflow to check whether ArgoCD has CVE.