-
Notifications
You must be signed in to change notification settings - Fork 28
Description
It would be good to have ability to provide lein profile for the specific sensor.
For example, we encountered a lot of vulnerabilities in nvd sensor, due to some abandoned dependencies in tests. They are good to solve, but they should not fail quality gates, because they are not "vulnerabilities" and not included into deployed app at all.
As one solution to that would be to run lein with-profile release nvd check. But profiles are not customizable. Can we add an option to customize lein profile per sensor or there is better way to do it?
More extensible, but risky approach would be to allow user customize every sensor by providing LEIN_ARGUMENTS, this way we can customize not only profiles but other options to lein plugins (like eastwood and kibit excluded rules, namespaces for cloverage, etc.)