mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
`filepath.Walk` doesn't follow symbolic links, so kubeconform reported zero found files when pointed to a directory symlink. This adds support to follow top-level links, nested links will still not be followed. |
||
|---|---|---|
| .. | ||
| files.go | ||
| files_test.go | ||
| resource.go | ||
| resource_test.go | ||
| stream.go | ||
| stream_test.go | ||