Skip to content

Commit bdafc6d

Browse files
committed
add allow the new package
Signed-off-by: MacRae Linton <[email protected]>
1 parent a1c31c3 commit bdafc6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ linters-settings:
110110
# Approved packages.
111111
- "github.com/spf13/cobra" # For CLI
112112
- "github.com/coreos/go-oidc" # For verifying OIDC tokens.
113+
- "github.com/go-jose/go-jose/v4" # For testing OIDC tokens
113114

114115
# Allowed packages in container-based builder.
115116
- "github.com/pelletier/go-toml" # For container-based builder config.

0 commit comments

Comments
 (0)