For instance: ``` ./gradlew dependencyCheckAggregate --failBuildOnCVSS 8 ``` I know `failBuildOnCVSS` could be specified in `build.*` files, however, it would be convenient if the tasks supported command-line options ( see https://docs.gradle.org/current/userguide/custom_tasks.html#sec:declaring_and_using_command_line_options )
For instance:
I know
failBuildOnCVSScould be specified inbuild.*files, however, it would be convenient if the tasks supported command-line options ( see https://docs.gradle.org/current/userguide/custom_tasks.html#sec:declaring_and_using_command_line_options )