Add unit tests to k8sutils package #259
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
1m 40s
Golang Validation
/
Yaml Lint
5s
Quality Checks
/
Unit tests and package coverage
5m 35s
Quality Checks
/
GoSec
2m 2s
Quality Checks
/
Go Formatter and Vetter
1m 58s
Quality Checks
/
Malware Scan
48s
Quality Checks
/
...
/
dependabot
0s
Annotations
6 errors and 1 warning
Golang Validation / Lint golang code:
k8sutils/k8sutils_test.go#L57
unused-parameter: parameter 'filepath' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
k8sutils/k8sutils_test.go#L155
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
k8sutils/k8sutils_test.go#L263
unused-parameter: parameter 'tt' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
k8sutils/k8sutils_test.go#L399
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
k8sutils/k8sutils_test.go#L456
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Golang Validation / Lint golang code
issues found
|
Golang Validation / Yaml Lint:
csireverseproxy/manifests/revproxy.yaml#L76
76:31 [comments] too few spaces before comment
|