Bump github.com/sirupsen/logrus from 1.9.1 to 1.9.3 #149
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
oidc/claims.go#L40
hugeParam: c is heavy (168 bytes); consider passing it by pointer (gocritic)
|
build:
oidc/errors.go#L44
paramTypeCombine: func(id string, description string) utils.ErrorWithDescription could be replaced with func(id, description string) utils.ErrorWithDescription (gocritic)
|
build:
oidc/errors.go#L64
sprintfQuotedString: use %q instead of "%s" for quoted strings (gocritic)
|
build:
oidc/errors.go#L58
typeSwitchVar: 1 case can benefit from type switch with assignment (gocritic)
|
build:
oidc/oidc.go#L22
G101: Potential hardcoded credentials (gosec)
|
build:
oidc/errors.go#L60
S1034(related information): could eliminate this type assertion (gosimple)
|
build:
identity/authorities/samlext/idplogoutrequest.go#L18
18-125 lines are duplicate of `identity/authorities/samlext/idplogoutresponse.go:18-126` (dupl)
|
build:
identity/authorities/samlext/idplogoutresponse.go#L18
18-126 lines are duplicate of `identity/authorities/samlext/idplogoutrequest.go:18-125` (dupl)
|