EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.63k stars 81 forks source link

Add an argument to specify the `deny.toml` configuration path #619

Open tgross35 opened 4 months ago

tgross35 commented 4 months ago

Is your feature request related to a problem? Please describe.

Sometimes it makes sense to be able to run cargo-deny with a configuration that doesn't live right next to Cargo.toml. This could be for CI, folder organization, or using a shared configuration.

Describe the solution you'd like

Add a --config-path CLI argument to specify which deny.toml to use