Skip to content

feat(daemon): add import command to download pruned snapshots #3138

feat(daemon): add import command to download pruned snapshots

feat(daemon): add import command to download pruned snapshots #3138

Triggered via pull request July 18, 2024 18:29
Status Failure
Total duration 13m 3s
Artifacts

gui.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build-linux: cmd/daemon/import.go#L90
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
build-linux: cmd/daemon/import.go#L98
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
build-linux: cmd/daemon/import.go#L164
use of `fmt.Print` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
build-linux: cmd/daemon/import.go#L84
sortSlice: cmp func must use metadata slice in comparison (gocritic)
build-linux: cmd/downlaod_mgr.go#L139
G305: File traversal when extracting zip/tar archive (gosec)
build-linux
Process completed with exit code 2.