rust-secure-code / cargo-auditable

Make production Rust binaries auditable
Apache License 2.0
646 stars 28 forks source link

Run CI with --locked #92

Closed figsoda closed 1 year ago

figsoda commented 1 year ago

closes #86

Shnatsel commented 1 year ago

Thanks!

Actually, we only need to run the check workflow with --locked. No need to make everything fail because the Cargo.lock file is not up to date; one check is enough.

figsoda commented 1 year ago

removed the other ones

Shnatsel commented 1 year ago

Thanks!