mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-10 05:38:55 +10:00
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>