ci: make Rust advisory gate pipe-safe

This commit is contained in:
ruv
2026-08-21 11:35:23 -04:00
parent 653de4d61d
commit dc8e6857cb

View File

@@ -30,6 +30,7 @@ jobs:
- name: Audit the checked-in Rust lockfile
run: |
set -o pipefail
cargo audit --file v2/Cargo.lock --json | tee v2/cargo-audit.json
- name: Upload Rust advisory report