github-actions: use concurrency: true if PRs (#284) #161
Annotations
10 errors and 2 warnings
GolangCI-lint:
pkg/vault/path/helpers.go#L50
emptyStringTest: replace `len(s) > 0` with `s != ""` (gocritic)
|
GolangCI-lint:
pkg/vault/path/helpers.go#L63
emptyStringTest: replace `len(s) > 0` with `s != ""` (gocritic)
|
GolangCI-lint:
pkg/template/values/hcl2/convert.go#L226
emptyStringTest: replace `len(expr.KeyVar) > 0` with `expr.KeyVar != ""` (gocritic)
|
GolangCI-lint:
pkg/template/values/hcl2/convert.go#L214
emptyStringTest: replace `len(falseResult) > 0` with `falseResult != ""` (gocritic)
|
GolangCI-lint:
pkg/sdk/security/compare.go#L26
G115: integer overflow conversion int -> int32 (gosec)
|
GolangCI-lint:
pkg/sdk/security/compare.go#L39
G115: integer overflow conversion int -> int32 (gosec)
|
GolangCI-lint:
pkg/kv/zookeeper/zookeeper.go#L57
G115: integer overflow conversion int32 -> uint64 (gosec)
|
GolangCI-lint:
pkg/kv/zookeeper/zookeeper.go#L134
G115: integer overflow conversion int32 -> uint64 (gosec)
|
GolangCI-lint:
pkg/sdk/security/crypto/rfc6979/rfc6979.go#L89
G115: integer overflow conversion int -> uint (gosec)
|
GolangCI-lint:
pkg/container/seal/v2/helpers.go#L334
G115: integer overflow conversion int -> uint32 (gosec)
|
Check go modules declaration
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
GolangCI-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|