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

Cwalz/remove extra build step #65

Closed chris-walz closed 1 year ago

chris-walz commented 1 year ago

For maven scans, we were running a mvn install in the root director first in case there were submodules it needed to build.

Now that we're running the builds in order of depth, this is no longer needed and needs to be removed in case someone needs to run a prep.sh prior to the first build.

I've also added -Ddocker.skip=true to the flags passed to maven. We don't provide docker in the build container (that would be tricky and probably not a good idea) so these steps are currently just failing.