Skip to content

Commit 0ec5532

Browse files
committed
clean imports
1 parent 8c5b2f1 commit 0ec5532

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/iac/scanners/helm/scanner.go

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"fmt"
66
"io"
77
"io/fs"
8-
"path"
98
"path/filepath"
109
"strings"
1110

@@ -56,7 +55,6 @@ func (s *Scanner) Name() string {
5655
return "Helm"
5756
}
5857

59-
6058
func (s *Scanner) ScanFS(ctx context.Context, target fs.FS, path string) (scan.Results, error) {
6159
var results []scan.Result
6260
if err := fs.WalkDir(fsys, dir, func(filePath string, d fs.DirEntry, err error) error {

0 commit comments

Comments
 (0)