Bump the go-dependencies group with 2 updates #3181
Annotations
10 errors
|
golangci-lint:
pkg/apis/postgres-operator.crunchydata.com/v1beta1/crunchy_bridgecluster_types.go#L80
directive `//nolint:gosec // G117: Field holds secret name reference, not actual secret data.` is unused for linter "gosec" (nolintlint)
|
|
golangci-lint:
internal/controller/standalone_pgadmin/users.go#L38
directive `//nolint:gosec // G117: This is a JSON serialization struct, not a hardcoded credential.` is unused for linter "gosec" (nolintlint)
|
|
golangci-lint:
internal/bridge/installation.go#L42
directive `//nolint:gosec // G117: JSON serialization field for API response, not a hardcoded credential.` is unused for linter "gosec" (nolintlint)
|
|
golangci-lint:
internal/bridge/crunchybridgecluster/mock_bridge_api.go#L20
directive `//nolint:gosec // G117: Test mock struct field, not a hardcoded credential.` is unused for linter "gosec" (nolintlint)
|
|
golangci-lint:
internal/bridge/client.go#L283
directive `//nolint:bodyclose,gosec // bodyclose: response returned to caller; G704: URL is from trusted Bridge API configuration.` is unused for linter "gosec" (nolintlint)
|
|
golangci-lint:
internal/bridge/client.go#L158
directive `//nolint:gosec // G117: JSON serialization field for API response, not a hardcoded credential.` is unused for linter "gosec" (nolintlint)
|
|
golangci-lint:
internal/controller/standalone_pgadmin/users.go#L335
G117: Marshaled struct field "Password" (JSON key "password") matches secret pattern (gosec)
|
|
golangci-lint:
internal/bridge/client_test.go#L1272
G117: Marshaled struct field "Password" (JSON key "password") matches secret pattern (gosec)
|
|
golangci-lint:
internal/bridge/client_test.go#L1254
G117: Marshaled struct field "Password" (JSON key "password") matches secret pattern (gosec)
|
|
golangci-lint:
internal/bridge/client_test.go#L1232
G117: Marshaled struct field "Password" (JSON key "password") matches secret pattern (gosec)
|