Skip to content

Commit

Permalink
fix: mark false gosec positive
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 17, 2020
1 parent 651f424 commit 206d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/configuration/provider_viper.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type ViperProvider struct {
const (
ViperKeyWellKnownKeys = "webfinger.jwks.broadcast_keys"
ViperKeyOAuth2ClientRegistrationURL = "webfinger.oidc_discovery.client_registration_url"
ViperKLeyOAuth2TokenURL = "webfinger.oidc_discovery.token_url"
ViperKLeyOAuth2TokenURL = "webfinger.oidc_discovery.token_url" // #nosec G101
ViperKLeyOAuth2AuthURL = "webfinger.oidc_discovery.auth_url"
ViperKeyJWKSURL = "webfinger.oidc_discovery.jwks_url"
ViperKeyOIDCDiscoverySupportedClaims = "webfinger.oidc_discovery.supported_claims"
Expand Down

0 comments on commit 206d1ee

Please sign in to comment.