We have an Android project that contains our own code, plus code that is pulled in from another repository not under our control (vendor-dependencies.) One of tasks requires security scan, and I need to block that scan on certain sub-projects. How can I configure this?
↧