func hideSSHKeys()

in pkg/middleware/recorder.go [99:101]


func hideSSHKeys(s string) string {
	return sshKeyMatcher.ReplaceAllLiteralString(s, "ssh-rsa {KEY}")
}