| 13 | ) |
| 14 | |
| 15 | type GitHubOIDCProvider struct { |
| 16 | registryURL string |
| 17 | } |
| 18 | |
| 19 | // NewGitHubOIDCProvider creates a new GitHub OIDC provider |
| 20 | func NewGitHubOIDCProvider(registryURL string) Provider { |
nothing calls this directly
no outgoing calls
no test coverage detected