CI Perf Lint

dockerfile-cargo-install-without-locked

Detects Rust Dockerfiles that install external Rust tools with cargo install without --locked.

This rule looks for:

Why it matters:

What to do:

This rule is focused on Docker build reproducibility for external Rust tooling.