You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into a weird issue when upgrading fleet-server to the latest version of beats in elastic/fleet-server#1270
When the detector complained about not finding the license for the github.com/pascaldekloe/goe
I've added an overrides in fleet-server since the license is compatible (CC0) with our policy.
This is an indirect dependency coming from beats. This dependency is
present in both beats and apm-server. Both of theses project doesn't
have rules or overrides in place to allow it. I've lost time to investigate why
the license detector didn't raise any issue in the beats repository and
I still don't know why.
Looking at both projects go.sum the dependency is defined.
If you run go list -m all you will see it. The output of the command is pipe to go-licence-detector .
The text was updated successfully, but these errors were encountered:
ph
changed the title
Weird behavior in beats go-license-detector for github.com/pascaldekloe/goe
Weird behavior in beats go-licence-detector for github.com/pascaldekloe/goeApr 1, 2022
@cmacknz Anyone in your team seen this or not? I am curious why you don't have any overrides in place for the license?
I don't understand exactly why your repository doesn't have that problem.
Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!
We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!
I run into a weird issue when upgrading fleet-server to the latest version of beats in elastic/fleet-server#1270
When the detector complained about not finding the license for the github.com/pascaldekloe/goe
I've added an overrides in fleet-server since the license is compatible (CC0) with our policy.
This is an indirect dependency coming from beats. This dependency is
present in both beats and apm-server. Both of theses project doesn't
have rules or overrides in place to allow it. I've lost time to investigate why
the license detector didn't raise any issue in the beats repository and
I still don't know why.
Looking at both projects
go.sum
the dependency is defined.If you run
go list -m all
you will see it. The output of the command is pipe togo-licence-detector
.The text was updated successfully, but these errors were encountered: