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
Add PackageURL.Normalize
For many integrations external systems use their own structured
representation of package identifiers rather than Package URLs. In
these cases it would be ideal to construct a Package URL with with
NewPackageURL a then normalize the resulting struct. It avoids the
need to render a temporary, non-canon Package URL and parse that to
achieve normalization.
Makefile: Fix the path to the golint module
As reported by the error in the CI build. Also see
golang/lint#397
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>