Hey,
I'd like to know if it's possible to run the GitHub Action "Security and Licence Scan" for each GitHub's PR CI pipeline and scan only the changed dependencies. That is, if there were changes in the dependency files, scan them and for each library check what its licenses are?
The second question: is it possible to set a list of approved licenses by us and if the tool finds a license that does not exist on the list the GitHub build will fail fast?
Thanks!