Skip to content

Add matcher for used OIDC user name #1452

Add matcher for used OIDC user name

Add matcher for used OIDC user name #1452

Triggered via pull request April 22, 2024 08:56
Status Failure
Total duration 41s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  Auto-format and Check
21s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
10s
style / Golang / Lint
style  /  ...  /  Do Not Submit
5s
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: pkg/eventshub/assert/event_info_matchers.go#L1
Please run goimports. diff --git a/pkg/eventshub/assert/event_info_matchers.go b/pkg/eventshub/assert/event_info_matchers.go index c6755f4..4084ec3 100644 --- a/pkg/eventshub/assert/event_info_matchers.go +++ b/pkg/eventshub/assert/event_info_matchers.go @@ -19,13 +19,14 @@ package assert import ( "context" "fmt" + "strings" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" duckv1 "knative.dev/pkg/apis/duck/v1" "knative.dev/pkg/injection/clients/dynamicclient" "knative.dev/reconciler-test/pkg/environment" - "strings" cloudevents "github.com/cloudevents/sdk-go/v2" cetest "github.com/cloudevents/sdk-go/v2/test"
style / Golang / Auto-format and Check
Process completed with exit code 1.
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum