From ed1ba9d02172cee377795dcb5221b56360793021 Mon Sep 17 00:00:00 2001 From: Case Wylie Date: Thu, 6 Jul 2023 14:11:21 -0400 Subject: [PATCH] [TASK] lint Signed-off-by: Case Wylie --- src/pkg/utils/io.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/utils/io.go b/src/pkg/utils/io.go index e00d7280cc..6bee5fe0fd 100755 --- a/src/pkg/utils/io.go +++ b/src/pkg/utils/io.go @@ -29,6 +29,7 @@ const ( tmpPathPrefix = "zarf-" ) +// GetCryptoHashFromFile returns the computed SHA256 Sum of a given file func GetCryptoHashFromFile(path string, hashName crypto.Hash) (string, error) { var data io.ReadCloser var err error