shorebird icon indicating copy to clipboard operation
shorebird copied to clipboard

feat: Add automated license scanning

Open eseidel opened this issue 1 year ago • 0 comments

I've done license scanning of our Dart dependencies a couple times with: https://pub.dev/packages/dart_license_checker

There appear to be other similar tools, e.g. https://pub.dev/packages/license_checker and https://verygood.ventures/blog/very-good-cli-license-checker

Would like our CI to fail if any package depends on a non-allowed license.

eseidel avatar Apr 30 '24 20:04 eseidel