OPTIONAL: You can pass runtime agruments for the build tool invoked by Snyk.
This is useful when you want to test a specific profile (in Maven) or configuration (in Gradle), or define system properties.
Examples:
- Maven:
-Dpkg_version=1.4 -Pprod -s ./settings.xml
- Gradle:
--configuration runtime -Pmyprop=myvalue