snyk-labs / snyk-bulk

Collection of docker entrypoints that facilitate snyk '--all-projects'-style bulk scanning
Apache License 2.0
9 stars 12 forks source link

skip tests for maven by default #42

Open scott-es opened 3 years ago

scott-es commented 3 years ago

running mvn install on every pom.xml causes scans for multi-module projects to take a very long time.

Either have -DskipTests be the default for these installs or else give us the option to pass arguments.