Fixes additional gosec complaints on example programs #576
Annotations
8 errors and 1 warning
|
Check code (1.24)
issues found
|
|
Check code (1.24):
examples/writer/main.go#L68
return with no blank line before (nlreturn)
|
|
Check code (1.24):
examples/writer/main.go#L44
return with no blank line before (nlreturn)
|
|
Check code (1.24):
examples/writer/main.go#L20
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#L137
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
|