mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-06-06 23:13:02 +00:00
Fix some false positive gosec warnings.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user