fix: added validation check for user credentials #1109
Annotations
11 errors and 5 warnings
Build & Test (1.16):
client/client.go#L100
S1002: should omit comparison to bool constant, can be simplified to `!alphanumericRegex.MatchString(username)` (gosimple)
|
Build & Test (1.16):
client/client.go#L107
S1002: should omit comparison to bool constant, can be simplified to `!alphanumericRegex.MatchString(password)` (gosimple)
|
Build & Test (1.16)
issues found
|
Build & Test (1.18):
client/client.go#L100
S1002: should omit comparison to bool constant, can be simplified to `!alphanumericRegex.MatchString(username)` (gosimple)
|
Build & Test (1.18):
client/client.go#L107
S1002: should omit comparison to bool constant, can be simplified to `!alphanumericRegex.MatchString(password)` (gosimple)
|
Build & Test (1.18)
issues found
|
Build & Test (1.15)
The job was canceled because "_1_18" failed.
|
Build & Test (1.17):
client/client.go#L100
S1002: should omit comparison to bool constant, can be simplified to `!alphanumericRegex.MatchString(username)` (gosimple)
|
Build & Test (1.17):
client/client.go#L107
S1002: should omit comparison to bool constant, can be simplified to `!alphanumericRegex.MatchString(password)` (gosimple)
|
Build & Test (1.17)
issues found
|
Build & Test (1.19)
The operation was canceled.
|
Build & Test (1.16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build & Test (1.18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build & Test (1.15)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build & Test (1.17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build & Test (1.19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|