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

Adds support for -- flag #32

Closed mrzarquon closed 3 years ago

mrzarquon commented 3 years ago

snyk bulk will now take a -- flag and pass options (as an array) to snyk itself. In order to utilize Snyk's -- flag, it will then need to be called twice (ie, entrypoint.sh -- -- --$compileroption)