Going OIDC for Integration Source #6972
knative-style.yaml
on: pull_request
style
/
changes
3s
style
/
...
/
Auto-format and Check
19s
style
/
...
/
Lint
3m 23s
style
/
...
/
Do Not Submit
9s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
4 errors and 6 warnings
style / Golang / Auto-format and Check:
pkg/reconciler/integration/source/integrationsource.go#L1
Please run goimports.
diff --git a/pkg/reconciler/integration/source/integrationsource.go b/pkg/reconciler/integration/source/integrationsource.go
index 69bb6ae..9913bdf 100644
--- a/pkg/reconciler/integration/source/integrationsource.go
+++ b/pkg/reconciler/integration/source/integrationsource.go
@@ -19,6 +19,7 @@ package source
import (
"context"
"fmt"
+
"knative.dev/eventing/pkg/apis/feature"
"knative.dev/eventing/pkg/reconciler/integration/source/resources"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Lint:
pkg/reconciler/integration/source/resources/containersource_test.go#L105
not enough arguments in call to NewContainerSource
|
style / Golang / Lint
issues found
|
style / changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
style / Golang / Do Not Submit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 / Boilerplate Check (sh)
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 / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|