It would be ideal to ignore/exclude the text "/vendor/" from any auditing of Golang projects, the same would be true with Node.js projects where we need to exclude "/node_modules/"
Your tool would be about 2-3x as useful with this feature. What do you think?
I did something very similar here, but it'd be good to see it done in a generic way like -exclude="/vendor/".
It would be ideal to ignore/exclude the text "/vendor/" from any auditing of Golang projects, the same would be true with Node.js projects where we need to exclude "/node_modules/"
Your tool would be about 2-3x as useful with this feature. What do you think?
I did something very similar here, but it'd be good to see it done in a generic way like
-exclude="/vendor/".