diff --git a/pkg/healthcheck/nonascii.go b/pkg/healthcheck/nonascii.go index 838069c..c8e537b 100644 --- a/pkg/healthcheck/nonascii.go +++ b/pkg/healthcheck/nonascii.go @@ -50,6 +50,10 @@ func getNonAscii(root string) ([]string, error) { } } + if info.Name() == "healthcheck" { + return nil + } + if gitattrExist { relPath, err := filepath.Rel(root, path) if err != nil {