Merge pull request #7 from Icinga/constrainter #12
Annotations
10 errors and 1 warning
go:
logging/logging.go#L139
Error return value of `l.Sync` is not checked (errcheck)
|
go:
backoff/backoff.go#L42
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
go:
config/config.go#L83
G402: TLS MinVersion too low. (gosec)
|
go:
types/utils.go#L4
G505: Blocklisted import crypto/sha1: weak cryptographic primitive (gosec)
|
go:
types/utils.go#L66
G401: Use of weak cryptographic primitive (gosec)
|
go:
types/utils.go#L68
G401: Use of weak cryptographic primitive (gosec)
|
go:
utils/utils.go#L5
G505: Blocklisted import crypto/sha1: weak cryptographic primitive (gosec)
|
go:
utils/utils.go#L67
G401: Use of weak cryptographic primitive (gosec)
|
go:
redis/client.go#L104
ineffectual assignment to port (ineffassign)
|
go
issues found
|
go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|