Skip to content

add OIDC provider best practice (#6595) #20279

add OIDC provider best practice (#6595)

add OIDC provider best practice (#6595) #20279

Triggered via push September 21, 2023 15:27
Status Failure
Total duration 1m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/docker/concurrent.go#L9
exported: exported type ConcurrentImageProcessor should have comment or be unexported (revive)
lint: pkg/docker/concurrent.go#L13
exported: exported function NewConcurrentImageProcessor should have comment or be unexported (revive)
lint: pkg/docker/file.go#L16
exported: exported function NewDiskSource should have comment or be unexported (revive)
lint: pkg/docker/mover.go#L11
exported: exported type ImageDiskLoader should have comment or be unexported (revive)
lint: pkg/docker/registry.go#L30
exported: exported function NewRegistryDestination should have comment or be unexported (revive)
lint: pkg/docker/file.go#L36
exported: exported function NewDiskDestination should have comment or be unexported (revive)
lint: pkg/docker/concurrent.go#L17
exported: exported type ImageProcessor should have comment or be unexported (revive)
lint: pkg/docker/registry.go#L69
exported: exported function NewOriginalRegistrySource should have comment or be unexported (revive)
lint: pkg/docker/mover.go#L15
exported: exported type ImageDiskWriter should have comment or be unexported (revive)
lint: pkg/docker/concurrent.go#L19
exported: exported method ConcurrentImageProcessor.Process should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
lint: pkg/git/providers/github/github.go#L165
var-naming: func RepoUrl should be RepoURL (revive)
lint: pkg/git/providers/github/github.go#L19
exported: exported const GitProviderName should have comment (or a comment on this block) or be unexported (revive)
lint: pkg/git/providers/github/github.go#L33
exported: exported type Options should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L40
exported: type name will be used as github.GithubClient by other packages, and that stutters; consider calling this Client (revive)
lint: pkg/git/providers/github/github.go#L52
exported: exported function New should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L133
exported: exported function GetGithubAccessTokenFromEnv should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L157
exported: exported type GitProviderNotFoundError should have comment or be unexported (revive)
lint: internal/test/envtest/environment.go#L93
exported: exported type Environment should have comment or be unexported (revive)
lint: internal/test/envtest/environment.go#L103
exported: exported type EnvironmentOpt should have comment or be unexported (revive)