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 (
|
const (
|
||||||
tokenTypeAccessToken = "urn:ietf:params:oauth:token-type:access_token"
|
tokenTypeAccessToken = "urn:ietf:params:oauth:token-type:access_token" //nolint: gosec
|
||||||
tokenTypeJWT = "urn:ietf:params:oauth:token-type:jwt"
|
tokenTypeJWT = "urn:ietf:params:oauth:token-type:jwt" //nolint: gosec
|
||||||
)
|
)
|
||||||
|
|
||||||
type stsParams struct {
|
type stsParams struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user