Task/auth (#5) #30
Annotations
5 errors and 2 warnings
linters:
internal/pkg/auth/usecase/auth_usecase.go#L46
G115: integer overflow conversion int64 -> uint (gosec)
|
linters:
cmd/main.go#L110
G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)
|
linters:
internal/pkg/middleware/middleware.go#L25
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
linters:
internal/pkg/middleware/middleware.go#L26
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
linters
issues found
|
linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
linters
Restore cache failed: Dependencies file is not found in /home/runner/work/2024_2_ThereWillBeName/2024_2_ThereWillBeName. Supported file pattern: go.sum
|