-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: Add cargo deny license check #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might consider adding @julianoeltjen as co-author for f7be9f0, as he reviewed the licenses compatibilities.
6c77c73
to
74ecda7
Compare
@julianoeltjen After a dependency update, the |
Co-authored-by: Julian Oeltjen <[email protected]>
74ecda7
to
1e8eefd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a technical level this looks fine.
I'd suggest waiting for @julianoeltjen's approval to ensure he saw the license change, though.
This change adds a cargo deny license check that verifies that every crate we use has license terms according to our expectations (defined in the
deny.toml
).Closes PROG-4707.