SRVKP-6439 : Implement s3 provide for cache step action #380
Annotations
9 errors
internal/provider/s3/s3.go#L21
offBy1: Index() can return -1; maybe you wanted to do Index()+1 (gocritic)
|
internal/provider/s3/s3.go#L63
offBy1: Index() can return -1; maybe you wanted to do Index()+1 (gocritic)
|
internal/provider/s3/s3.go#L35
G303: File creation in shared tmp directory without using ioutil.Tempfile (gosec)
|
internal/provider/s3/s3.go#L17
unnecessary leading newline (whitespace)
|
internal/provider/s3/s3.go#L52
unnecessary leading newline (whitespace)
|
internal/provider/s3/s3.go#L43
ineffectual assignment to err (ineffassign)
|
internal/provider/s3/s3.go#L46
ineffectual assignment to err (ineffassign)
|
internal/provider/s3/s3.go#L37
SA5001: should check error returned from os.Create() before deferring f.Close() (staticcheck)
|
|
This job failed
Loading