aboutsummaryrefslogtreecommitdiff
path: root/development/cargo-auditable/README
blob: 5a2483ac554932c304227959b28cd81454c97b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
Build your project with dependency lists embedded in the binaries:
cargo auditable build --release

Scan the binary for vulnerabilities:
cargo audit bin target/release/your-project

cargo auditable works with any Cargo command.
All arguments are passed to cargo as-is.

To make cargo always build with cargo auditable add this to your
.bashrc: alias cargo="cargo auditable"