Skip to content

Fix backup handling of images and systemd files. #451

Fix backup handling of images and systemd files.

Fix backup handling of images and systemd files. #451

Triggered via pull request June 18, 2025 07:31
Status Failure
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

vulncheck.yml

on: pull_request
govulncheck
20s
govulncheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors
govulncheck
shared.dirSize calls filepath.WalkDir, which calls os.Lstat
govulncheck
podman.GenerateSystemdService calls filepath.Abs, which eventually calls os.Getwd
govulncheck
podman.isVolumePathEmpty calls os.File.Readdirnames
govulncheck
utils.DefaultFS.LocaleList calls gettext.osFS.LocaleList, which eventually calls os.File.Readdir
govulncheck
podman.PodmanLogin calls os.CreateTemp
govulncheck
utils.SaveBinaryData calls os.Create
govulncheck
restore.restoreFileAttributes calls os.Chown
govulncheck
restore.restoreFileAttributes calls os.Chmod
govulncheck
utils.GetURLBody calls http.Get
govulncheck
api.APIClient.sendRequest calls http.Client.Do