Transfer - Add 1 minute timeout to all requests #3583
analysis.yml
on: pull_request
Static-Check
1m 19s
Go-Sec
2m 0s
Annotations
12 errors
Static-Check:
general/token/accesstokencreate.go#L122
tokenParams.Username undefined (type "github.com/jfrog/jfrog-client-go/access/services".CreateTokenParams has no field or method Username)
|
Static-Check:
general/token/accesstokencreate.go#L123
tokenParams.ProjectKey undefined (type "github.com/jfrog/jfrog-client-go/access/services".CreateTokenParams has no field or method ProjectKey)
|
Static-Check:
general/token/accesstokencreate.go#L125
cannot use atc.expiry (variable of type *uint) as int value in assignment
|
Static-Check:
general/token/accesstokencreate.go#L127
tokenParams.Description undefined (type "github.com/jfrog/jfrog-client-go/access/services".CreateTokenParams has no field or method Description) (typecheck)
|
Static-Check:
general/envsetup/envsetup.go#L268
cannot use nil as int value in assignment (typecheck)
|
Static-Check
issues found
|
Go-Sec:
general/token/accesstokencreate.go#L122
tokenParams.Username undefined (type "github.com/jfrog/jfrog-client-go/access/services".CreateTokenParams has no field or method Username)
|
Go-Sec:
general/token/accesstokencreate.go#L123
tokenParams.ProjectKey undefined (type "github.com/jfrog/jfrog-client-go/access/services".CreateTokenParams has no field or method ProjectKey)
|
Go-Sec:
general/token/accesstokencreate.go#L125
cannot use atc.expiry (variable of type *uint) as int value in assignment
|
Go-Sec:
general/token/accesstokencreate.go#L127
tokenParams.Description undefined (type "github.com/jfrog/jfrog-client-go/access/services".CreateTokenParams has no field or method Description)
|
Go-Sec:
general/envsetup/envsetup.go#L268
cannot use nil as int value in assignment
|
Go-Sec:
general/envsetup/envsetup.go#L268
cannot use nil as int value in assignment
|