Skip to content

Use writable snapshot when cloning from PVC or snapshot #188

Use writable snapshot when cloning from PVC or snapshot

Use writable snapshot when cloning from PVC or snapshot #188

Triggered via pull request February 18, 2025 17:23
Status Failure
Total duration 4m 20s
Artifacts

common-workflows.yaml

on: pull_request
Golang Validation  /  Lint golang code
1m 31s
Golang Validation / Lint golang code
Golang Validation  /  Yaml Lint
8s
Golang Validation / Yaml Lint
Quality Checks  /  Unit tests and package coverage
4m 10s
Quality Checks / Unit tests and package coverage
Quality Checks  /  GoSec
1m 43s
Quality Checks / GoSec
Quality Checks  /  Go Formatter and Vetter
1m 52s
Quality Checks / Go Formatter and Vetter
Quality Checks  /  Malware Scan
56s
Quality Checks / Malware Scan
Quality Checks  /  ...  /  dependabot
0s
Quality Checks / Automerge Dependabot PRs / dependabot
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Golang Validation / Lint golang code: service/controller.go#L792
unused-parameter: parameter 'accessZone' seems to be unused, consider removing or renaming it as _ (revive)
Golang Validation / Lint golang code: service/isiService.go#L994
var-naming: method GetWritableSnapshotsBySourceId should be GetWritableSnapshotsBySourceID (revive)
Golang Validation / Lint golang code: test/integration/step_defs_test.go#L593
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
Golang Validation / Lint golang code: test/integration/step_defs_test.go#L600
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
Golang Validation / Lint golang code: test/integration/step_defs_test.go#L607
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
Golang Validation / Lint golang code
issues found