Skip to content
Triggered via push August 4, 2023 15:58
Status Success
Total duration 57s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint: internal/metrics/metrics.go#L33
Error return value of `reg.Register` is not checked (errcheck)
lint: internal/handlers/config.go#L44
Error return value of `w.Write` is not checked (errcheck)
lint: internal/handlers/home.go#L18
Error return value of `w.Write` is not checked (errcheck)
lint: cmd/push.go#L64
Error return value of `cmd.Help` is not checked (errcheck)
lint: internal/certificates/pem.go#L26
SA1019: x509.DecryptPEMBlock has been deprecated since Go 1.16 because it shouldn't be used: Legacy PEM encryption as specified in RFC 1423 is insecure by design. Since it does not authenticate the ciphertext, it is vulnerable to padding oracle attacks that can let an attacker recover the plaintext. (staticcheck)