refactoring #10
verify.yml
on: pull_request
license boilerplate check
11s
golangci-lint
1m 18s
oidc-config
25s
Annotations
11 errors
oidc-config
Process completed with exit code 1.
|
golangci-lint:
pkg/challenges/challenges.go#L30
could not import github.com/sigstore/fulcio/pkg/identity/ciprovider (-: # github.com/sigstore/fulcio/pkg/identity/ciprovider
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L94
too many return values
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L98
p.Defaults undefined (type CiProvider has no field or method Defaults)
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L99
no new variables on left side of :=
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L99
cannot use claimsToString(p.Claims) (value of type map[string]string) as map[string]interface{} value in assignment
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L99
p.Claims undefined (type CiProvider has no field or method Claims)
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L100
p.Uris undefined (type CiProvider has no field or method Uris)
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L101
p.Uris undefined (type CiProvider has no field or method Uris)
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L102
cannot use claims (variable of type map[string]interface{}) as map[string]string value in argument to applyTemplate
|
golangci-lint:
pkg/identity/ciprovider/principal.go#L114
cannot use claims (variable of type map[string]interface{}) as map[string]string value in argument to applyTemplate
|