Reproduce: - Use `SafeDep/vet` repo, with command - `vet scan -D . --exclude 'pkg/*'` We are Excluding `pkg/*` because all Manifest file are tests. ## Working on linux: cmd: `vet scan -D . 'pkg/*'` <img width="1108" height="422" alt="Image" src="https://github.com/user-attachments/assets/ecd80b97-8dd8-4cd3-b337-349cb6920289" /> ## Not working on windows: cmd: `vet scan -D . 'pkg\*'` <img width="959" height="407" alt="Image" src="https://github.com/user-attachments/assets/90b08d64-5c73-4847-afd6-046cadfbea18" />