We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c31c3 commit bdafc6dCopy full SHA for bdafc6d
.golangci.yml
@@ -110,6 +110,7 @@ linters-settings:
110
# Approved packages.
111
- "github.com/spf13/cobra" # For CLI
112
- "github.com/coreos/go-oidc" # For verifying OIDC tokens.
113
+ - "github.com/go-jose/go-jose/v4" # For testing OIDC tokens
114
115
# Allowed packages in container-based builder.
116
- "github.com/pelletier/go-toml" # For container-based builder config.
0 commit comments