ci: validate RustSec snapshot layout
Some checks failed
CI / verify (push) Failing after 10m43s

This commit is contained in:
237899745
2026-07-26 08:06:17 +08:00
parent 25e889190d
commit 9c1d749a2a

View File

@@ -107,7 +107,7 @@ jobs:
--location --retry 10 --retry-all-errors \ --location --retry 10 --retry-all-errors \
https://codeload.github.com/RustSec/advisory-db/tar.gz/refs/heads/main \ https://codeload.github.com/RustSec/advisory-db/tar.gz/refs/heads/main \
| tar -xz --strip-components=1 -C "$audit_db" | tar -xz --strip-components=1 -C "$audit_db"
test -f "$audit_db/config.toml" test -f "$audit_db/support.toml"
test -d "$audit_db/crates" test -d "$audit_db/crates"
cargo audit --db "$audit_db" --no-fetch cargo audit --db "$audit_db" --no-fetch