x/vuln: golvuncheck ./... should recurse through _all_ sub directories. #56715
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
Milestone
govulncheck ./... craps out early on the recursion before finding the go modules below the current directory, forcing manual intervention when a simple automated scan of a directory tree is desired. Preferred behavior: continue the recursive search down through all sub directories, checking each module found.
Example:
The text was updated successfully, but these errors were encountered: