Bump the golang group across 1 directory with 49 updates #4
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
56s
Golang Validation
/
Yaml Lint
8s
Quality Checks
/
Unit tests and package coverage
1m 7s
Quality Checks
/
GoSec
1m 6s
Quality Checks
/
Go Formatter and Vetter
1m 5s
Quality Checks
/
Malware Scan
46s
Annotations
20 errors and 10 warnings
Golang Validation / Yaml Lint:
test/sample.yaml#L16
16:2 [trailing-spaces] trailing spaces
|
Golang Validation / Yaml Lint:
test/sanity/secrets.yaml#L32
32:1 [empty-lines] too many blank lines (1 > 0)
|
Golang Validation / Yaml Lint:
test/scale-test/serviceAccount.yaml#L1
1:15 [new-lines] wrong new line character: expected \n
|
Golang Validation / Yaml Lint:
test/scale-test/serviceAccount.yaml#L5
5:1 [empty-lines] too many blank lines (1 > 0)
|
Golang Validation / Yaml Lint:
test/scale-test/2volumes/Chart.yaml#L1
1:15 [new-lines] wrong new line character: expected \n
|
Golang Validation / Yaml Lint:
test/scale-test/2volumes/Chart.yaml#L7
7:1 [indentation] wrong indentation: expected at least 1
|
Golang Validation / Yaml Lint:
test/scale-test/2volumes/values.yaml#L2
2:12 [new-line-at-end-of-file] no new line character at the end of file
|
Golang Validation / Yaml Lint:
test/scale-test/2volumes/templates/test.yaml#L1
1:18 [new-lines] wrong new line character: expected \n
|
Golang Validation / Yaml Lint:
test/scale-test/2volumes/templates/test.yaml#L11
11:11 [indentation] wrong indentation: expected 12 but found 10
|
Golang Validation / Yaml Lint:
test/scale-test/2volumes/templates/test.yaml#L13
13:7 [indentation] wrong indentation: expected 8 but found 6
|
Golang Validation / Lint golang code:
k8sutils/k8sutils.go#L22
could not import github.com/kubernetes-csi/csi-lib-utils/leaderelection (-: # github.com/kubernetes-csi/csi-lib-utils/leaderelection
|
Golang Validation / Lint golang code
too many arguments in call to record.NewBroadcaster
|
Golang Validation / Lint golang code
undefined: record.WithContext
|
Golang Validation / Lint golang code
broadcaster.NewRecorder(scheme.Scheme, v1.EventSource{…}).WithLogger undefined (type record.EventRecorder has no field or method WithLogger)) (typecheck)
|
Golang Validation / Lint golang code:
k8sutils/k8sutils.go#L22
could not import github.com/kubernetes-csi/csi-lib-utils/leaderelection (-: # github.com/kubernetes-csi/csi-lib-utils/leaderelection
|
Golang Validation / Lint golang code
too many arguments in call to record.NewBroadcaster
|
Golang Validation / Lint golang code
undefined: record.WithContext
|
Golang Validation / Lint golang code
broadcaster.NewRecorder(scheme.Scheme, v1.EventSource{…}).WithLogger undefined (type record.EventRecorder has no field or method WithLogger)) (typecheck)
|
Golang Validation / Lint golang code:
k8sutils/k8sutils.go#L22
could not import github.com/kubernetes-csi/csi-lib-utils/leaderelection (-: # github.com/kubernetes-csi/csi-lib-utils/leaderelection
|
Golang Validation / Lint golang code
too many arguments in call to record.NewBroadcaster
|
Golang Validation / Yaml Lint:
test/sanity/secrets.yaml#L11
11:2 [comments] missing starting space in comment
|
Golang Validation / Yaml Lint:
.github/workflows/go-version.yaml#L12
12:1 [truthy] truthy value should be one of [false, true]
|
Golang Validation / Yaml Lint:
samples/secret/secret.yaml#L2
2:5 [comments-indentation] comment not indented like content
|
Golang Validation / Yaml Lint:
samples/secret/secret.yaml#L27
27:3 [comments-indentation] comment not indented like content
|
Golang Validation / Yaml Lint:
samples/storageclass/unity-plain.yaml#L19
19:5 [comments-indentation] comment not indented like content
|
Golang Validation / Yaml Lint:
samples/storageclass/unity-plain.yaml#L25
25:4 [comments] missing starting space in comment
|
Golang Validation / Yaml Lint:
samples/storageclass/unity-plain.yaml#L33
33:4 [comments] missing starting space in comment
|
Golang Validation / Yaml Lint:
samples/storageclass/unity-iscsi.yaml#L29
29:5 [comments-indentation] comment not indented like content
|
Golang Validation / Yaml Lint:
samples/storageclass/unity-iscsi.yaml#L59
59:4 [comments] missing starting space in comment
|
Golang Validation / Yaml Lint:
samples/storageclass/unity-iscsi.yaml#L65
65:4 [comments] missing starting space in comment
|