-
Notifications
You must be signed in to change notification settings - Fork 8
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
upgrade cyclonedx to v0.7.0 #267
upgrade cyclonedx to v0.7.0 #267
Conversation
webhook/go.mod
Outdated
@@ -27,3 +27,5 @@ require ( | |||
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect | |||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | |||
) | |||
|
|||
replace github.com/CycloneDX/cyclonedx-go => github.com/CycloneDX/cyclonedx-go v0.6.0 |
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.
what does this do? Looks like a no-op?
go.mod
Outdated
@@ -123,3 +123,5 @@ require ( | |||
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect | |||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | |||
) | |||
|
|||
replace github.com/CycloneDX/cyclonedx-go => github.com/CycloneDX/cyclonedx-go v0.6.0 |
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'd expect to see a replace for the webhook module here instead. Something like:
replace github.com/CycloneDX/cyclonedx-go => github.com/CycloneDX/cyclonedx-go v0.6.0 | |
replace github.com/vmware-tanzu/cartographer-conventions/webhook => ./webhook |
It would also be nice to pull this up to the top so that it's not burried under the indirect dependencies.
Codecov Report
@@ Coverage Diff @@
## main #267 +/- ##
=======================================
Coverage 69.88% 69.88%
=======================================
Files 17 17
Lines 943 943
=======================================
Hits 659 659
Misses 263 263
Partials 21 21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Pull request