Fix some false positive gosec warnings.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
f1aff2faab
commit
b04db6ad2b
@ -15,8 +15,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
tokenTypeAccessToken = "urn:ietf:params:oauth:token-type:access_token"
|
||||
tokenTypeJWT = "urn:ietf:params:oauth:token-type:jwt"
|
||||
tokenTypeAccessToken = "urn:ietf:params:oauth:token-type:access_token" //nolint: gosec
|
||||
tokenTypeJWT = "urn:ietf:params:oauth:token-type:jwt" //nolint: gosec
|
||||
)
|
||||
|
||||
type stsParams struct {
|
||||
|
Loading…
Reference in New Issue
Block a user