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
/
...
/
Auto-format and Check
21s
style
/
...
/
Lint
2m 11s
style
/
...
/
Do Not Submit
10s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
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
|