feat(cli): add Sigstore/SLSA provenance verification to Rust self-update (#7818)

Signed-off-by: fre$h <fre5h3nough@gmail.com>
Signed-off-by: fre <anonwurcod@proton.me>
This commit is contained in:
fre$h
2026-03-19 17:54:36 +00:00
committed by GitHub
parent c97fbb9f3c
commit a68c6788eb
5 changed files with 1576 additions and 123 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
# play nicely with hermit-managed rust
hermit uninstall rustup
export CARGO_INCREMENTAL=0
cargo clippy --all-targets -- -D warnings
cargo clippy --workspace --all-targets --exclude v8 -- -D warnings
- name: Check for banned TLS crates
run: ./scripts/check-no-native-tls.sh