Skip to content

Make auth package indepent from eventpolicy informer #6785

Make auth package indepent from eventpolicy informer

Make auth package indepent from eventpolicy informer #6785

Triggered via pull request September 17, 2024 06:33
Status Failure
Total duration 2m 36s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
4s
style / changes
style  /  ...  /  Auto-format and Check
21s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
2m 11s
style / Golang / Lint
style  /  ...  /  Do Not Submit
10s
style / Golang / Do Not Submit
style  /  ...  /  shell
0s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
style / Golang / Auto-format and Check: cmd/broker/filter/main.go#L1
Please run goimports. diff --git a/cmd/broker/filter/main.go b/cmd/broker/filter/main.go index f5b9dce..0ccb24c 100644 --- a/cmd/broker/filter/main.go +++ b/cmd/broker/filter/main.go @@ -19,9 +19,10 @@ package main import ( "context" "fmt" - eventpolicyinformer "knative.dev/eventing/pkg/client/injection/informers/eventing/v1alpha1/eventpolicy" "log" + eventpolicyinformer "knative.dev/eventing/pkg/client/injection/informers/eventing/v1alpha1/eventpolicy" + "github.com/google/uuid" "github.com/kelseyhightower/envconfig" "go.uber.org/zap"
style / Golang / Auto-format and Check
Process completed with exit code 1.
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum