validator-labs / validator-plugin-kubescape

validator-plugin-kubescape provides configurable CVE alerting on top of Kubescape and creates ValidationResults for validator to consume.
https://validator-labs.github.io/docs
Apache License 2.0
4 stars 0 forks source link

fix(deps): use go-jose/go-jose instead of square/go-jose #48

Closed mattwelke closed 3 months ago

mattwelke commented 3 months ago

Resolves https://github.com/validator-labs/validator-plugin-kubescape/security/dependabot/8.

mattwelke commented 3 months ago
> go get github.com/coreos/go-oidc@v2.2.1+incompatible
go: gopkg.in/go-jose/go-jose.v2@v2.6.3 used for two different module paths (gopkg.in/go-jose/go-jose.v2 and gopkg.in/square/go-jose.v2)

Waiting for the projects we depend on to update to the square/go-jose replacement.