Unblock CI #219
release.yml
on: push
Matrix: ci / ci / codeql / CodeQL Analyze
ci
/
...
/
set-go-matrix
0s
ci
/
...
/
set-go-matrix
0s
ci
/
...
/
actionlint
8s
ci
/
...
/
lint
3m 38s
ci
/
...
/
govulncheck
46s
Matrix: ci / ci / build / build
Matrix: ci / ci / test / test
Build & Upload AWS S3 Binaries
0s
Update Reference Docs
0s
Build & Upload Docker Images
/
Build & Upload Docker Images
Build & Upload Docker Images using Debian
/
Build & Upload Docker Images
goreleaser
/
Upload Assets To Github w/ goreleaser
Annotations
4 errors and 1 warning
ci / ci / lint / lint:
pkg/bcrypt_pbkdf/bcrypt_pbkdf.go#L87
unslice: could simplify out[:] to out (gocritic)
|
ci / ci / lint / lint:
pkg/bcrypt_pbkdf/bcrypt_pbkdf.go#L16
SA1019: "golang.org/x/crypto/blowfish" is deprecated: any new system should use AES (from crypto/aes, if necessary in an AEAD mode like crypto/cipher.NewGCM) or XChaCha20-Poly1305 (from golang.org/x/crypto/chacha20poly1305). (staticcheck)
|
ci / ci / lint / lint:
pkg/bcrypt_pbkdf/bcrypt_pbkdf_test.go#L5
ST1003: should not use underscores in package names (stylecheck)
|
ci / ci / lint / lint
issues found
|
ci / ci / lint / lint:
pkg/bcrypt_pbkdf/bcrypt_pbkdf.go#L7
var-naming: don't use an underscore in package name (revive)
|