cert-manager/pkg/webhook
Richard Wall 2eece85082 Use bytes.Equal instead of bytes.Compare
pkg/webhook/server/tls/file_source.go:140:5: should use bytes.Equal(keyData, f.cachedKeyBytes) instead (S1004)
pkg/webhook/server/tls/file_source.go:140:54: should use bytes.Equal(certData, f.cachedCertBytes) instead (S1004)

Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-05-04 14:26:43 +01:00
..
authority Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
handlers Passes through request context of webhook to admission functions 2021-04-03 13:19:01 +01:00
server Use bytes.Equal instead of bytes.Compare 2021-05-04 14:26:43 +01:00
BUILD.bazel Update webhook Scheme to use and install mutations with mutation 2021-02-08 19:18:49 +00:00
scheme.go Update webhook Scheme to use and install mutations with mutation 2021-02-08 19:18:49 +00:00