-
Notifications
You must be signed in to change notification settings - Fork 778
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
fix: high-risk vulnerabilities caused by low version of kubebuilder and yq #2505
Conversation
5cd4a90
to
cb0a90d
Compare
Codecov ReportBase: 53.88% // Head: 53.86% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2505 +/- ##
==========================================
- Coverage 53.88% 53.86% -0.02%
==========================================
Files 116 116
Lines 10272 10272
==========================================
- Hits 5535 5533 -2
- Misses 4311 4312 +1
- Partials 426 427 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Makefile
Outdated
--build-arg ORAS_VERSION=$(ORAS_VERSION) | ||
--build-arg ORAS_VERSION=$(ORAS_VERSION) \ | ||
--build-arg KUSTOMIZE_VERSION=$(KUSTOMIZE_VERSION) \ | ||
--build-arg KUBEBUILDER_VERSION=$(KUBEBUILDER_VERSION) \ |
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.
--build-arg KUBEBUILDER_VERSION=$(KUBEBUILDER_VERSION) \ | |
--build-arg KUBEBUILDER_VERSION=$(KUBEBUILDER_VERSION) |
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.
update
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.
small nit, otherwise lgtm
…nd yq Signed-off-by: fsl <[email protected]>
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.
LGTM
…nd yq (open-policy-agent#2505) Signed-off-by: fsl <[email protected]> Signed-off-by: fsl <[email protected]> Co-authored-by: Rita Zhang <[email protected]>
No description provided.