parallaxsecond / parsec-openssl-provider

Parsec OpenSSL Provider
Apache License 2.0
1 stars 1 forks source link

Add license checks via cargo deny #64

Closed tgonzalezorlandoarm closed 5 months ago

tgonzalezorlandoarm commented 5 months ago

Check that all used dependencies are compatible with out current license.

The deny.toml is automatically generated by "cargo deny init" and then modify for our use case.

tgonzalezorlandoarm commented 5 months ago

Nightly checks (where cargo deny happens): https://github.com/parallaxsecond/parsec-openssl-provider/actions/runs/9177256031

tgonzalezorlandoarm commented 5 months ago

We do need the full template in deny.toml do we? Can we slimline it?

The deny.toml is auto-generated via "cargo deny init" command. By leaving it untouched (except for our required tuning), I'm leaving:

  1. The default values
  2. Comments with the options available should we need one in the future

I would leave it like this because of the reasons stated above, what do you think?