You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could have ANT-style include / exclude patterns so it is possible to filter out some directories were copies of the same files are located. Eg. when scanning a JBoss directory there are some temp-dirs where deployed Jars are copied to (or thinking of a Tomcat, where Tomcat would have the exploded war alongside the normal war).
It would be great if we could have ANT-style include / exclude patterns so it is possible to filter out some directories were copies of the same files are located. Eg. when scanning a JBoss directory there are some temp-dirs where deployed Jars are copied to (or thinking of a Tomcat, where Tomcat would have the exploded war alongside the normal war).
Example:
veye_checker resolve . --exclude 'deploy/temp/**/*.jar' -o inventory.csv
The text was updated successfully, but these errors were encountered: