Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License scanning for Rosetta DSL dependencies #424

Closed
maoo opened this issue Oct 18, 2022 · 1 comment
Closed

License scanning for Rosetta DSL dependencies #424

maoo opened this issue Oct 18, 2022 · 1 comment

Comments

@maoo
Copy link
Member

maoo commented Oct 18, 2022

Steps to build the licenses BOM:

git clone git@github.com:REGnosys/rosetta-dsl.git
cd rosetta-dsl
mvn site project-info-reports:licenses
find . -name "dependencies.html"

When the reports are built, they need to be manually scanned to see if any Category X license (on a runtime dependency) is found.

Note that the Maven Site Plugin version needs to be forced to the latest one, which is 3.12.1.

I've provided a GitHub Action to run it, see https://github.com/maoo/rosetta-dsl/actions

@maoo
Copy link
Member Author

maoo commented Oct 18, 2022

I've scanned the BOM and could not find any problematic license, closing issue.

@maoo maoo closed this as completed Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant