File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515ROOT_DIR_RELATIVE := ../..
1616include $(ROOT_DIR_RELATIVE ) /common.mk
1717
18- GOLANGCI_LINT_VERSION ?= v2.9.0
18+ GOLANGCI_LINT_VERSION ?= v2.10.1
1919
2020# GOTESTSUM version without the leading 'v'
2121GOTESTSUM_VERSION ?= 1.12.0
Original file line number Diff line number Diff line change @@ -710,7 +710,7 @@ type AuthOpts struct {
710710 AuthURL string `ini:"auth-url"`
711711 UserID string `ini:"user-id"`
712712 Username string `ini:"username"`
713- Password string `ini:"password"`
713+ Password string `ini:"password"` //nolint:gosec // G117: False positive, this is an INI schema field, not a hardcoded secret.
714714 TenantID string `ini:"tenant-id"`
715715 TenantName string `ini:"tenant-name"`
716716 DomainID string `ini:"domain-id"`
You can’t perform that action at this time.
0 commit comments