awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

Add a GitHub job which executes `cargo aduit` to verify whether the newly created commit does not contain problematic dependencies #210

Closed StoneDot closed 4 months ago

StoneDot commented 4 months ago

Currently, we do not have the check for pull request whether it contains problematic dependencies. We should check newly included dependencies before it is merged into our code base. Therefore, we need to add a job to execute a cargo audit before merging it to maintain our code health.

StoneDot commented 4 months ago

Implemented by #212.