Skip to content
Snippets Groups Projects
Commit b6c665ed authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

ci: install cargo audit with --locked

parent b0bdf5ae
No related branches found
No related tags found
1 merge request!1500ci: Refactor ci after sbroad incorporation
......@@ -50,7 +50,7 @@ RUN set -e; \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- -y --profile default --default-toolchain ${RUST_VERSION} && \
rustup component add rustfmt && \
cargo install cargo-audit
cargo install cargo-audit --locked
COPY docker-build-base/ci-log-section /usr/bin/ci-log-section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment