We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e32a09 commit df40e3dCopy full SHA for df40e3d
2 files changed
common/commands/config_test.go
@@ -347,7 +347,8 @@ func TestImport(t *testing.T) {
347
348
func TestValidateOidcParams(t *testing.T) {
349
base := &config.ServerDetails{
350
- Url: "https://my.jfrog.com",
+ Url: "https://my.jfrog.com",
351
+ // jfrog-ignore
352
OidcExchangeTokenId: "token123",
353
OidcProvider: "MyProvider",
354
OidcProviderType: "GitHub",
general/token/oidctokenexchange.go
@@ -14,7 +14,7 @@ import (
14
const (
15
//#nosec G101 // False positive: This is not a hardcoded credential.
16
grantType = "urn:ietf:params:oauth:grant-type:token-exchange"
17
- //#nosec G101
+ //#nosec G101 jfrog-ignore
18
subjectTokenType = "urn:ietf:params:oauth:token-type:id_token"
19
)
20
0 commit comments