Fixes additional gosec complaints on example programs #577
Annotations
6 errors and 1 warning
|
Check code (1.24)
issues found
|
|
Check code (1.24):
examples/keycreator/main.go#L27
return with no blank line before (nlreturn)
|
|
Check code (1.24):
main.go#L62
G706: Log injection via taint analysis (gosec)
|
|
Check code (1.24):
internal/cli/cli.go#L32
G117: Exported struct field "Password" (JSON key "Password") matches secret pattern (gosec)
|
|
Check code (1.24):
examples/writer/main.go#L140
G706: Log injection via taint analysis (gosec)
|
|
Check code (1.24):
examples/reader/main.go#L205
G706: Log injection via taint analysis (gosec)
|
|
Check code (1.24)
Restore cache failed: Dependencies file is not found in /home/runner/work/crypt4gh/crypt4gh. Supported file pattern: go.sum
|