Open shahar-h opened 6 months ago
This issue has not had any activity for 60 days and will be automatically closed in two weeks
This issue has not had any activity for 60 days and will be automatically closed in two weeks
See https://github.com/google/osv-scanner/blob/main/CONTRIBUTING.md for how to contribute a PR if you're interested in helping out.
Currently license scan (
--experimental-licenses flag
) runs along with vulnerabilities scan. In our case we want to run vulnerabilities scan recursively(with-r
flag) but license scan should be run only on root folder. Adding support for running only license scan will help. Other option is support a dedicated recursive flag for license scan.