Update actions #2
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
33s
Golang Validation
/
Malware Scan
44s
Golang Validation
/
Yaml Lint
5s
Run gosec, unit tests, and check package coverage
/
Unit tests and package coverage
14s
Run gosec, unit tests, and check package coverage
/
GoSec
37s
Annotations
13 errors and 4 warnings
Golang Validation / Yaml Lint:
.github/workflows/common-workflows.yaml#L19
19:5 [new-line-at-end-of-file] no new line character at the end of file
|
Golang Validation / Yaml Lint:
.github/workflows/common-workflows.yaml#L19
19:1 [trailing-spaces] trailing spaces
|
Golang Validation / Yaml Lint
Process completed with exit code 1.
|
Golang Validation / Lint golang code:
csc/cmd/controller_create_snapshot.go#L33
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_create_volume.go#L40
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_delete_snapshot.go#L23
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_delete_volume.go#L23
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_expand_volume.go#L29
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_get_capabilities.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_get_capabilities.go#L16
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_get_capacity.go#L21
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_get_capacity.go#L21
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
csc/cmd/controller_publish_volume.go#L30
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Yaml Lint:
.golangci.yaml#L3
3:22 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
.github/workflows/release.yaml#L4
4:1 [truthy] truthy value should be one of [false, true]
|
Golang Validation / Yaml Lint:
.github/workflows/go-version.yaml#L12
12:5 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
.github/workflows/linters.yaml#L3
3:1 [truthy] truthy value should be one of [false, true]
|