From 9c1d749a2a03eb704ac42c46d73bc3ae97543d90 Mon Sep 17 00:00:00 2001 From: 237899745 <237899745@users.noreply.git.workyai.cn> Date: Sun, 26 Jul 2026 08:06:17 +0800 Subject: [PATCH] ci: validate RustSec snapshot layout --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 394e1bc..c54c7cf 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: --location --retry 10 --retry-all-errors \ https://codeload.github.com/RustSec/advisory-db/tar.gz/refs/heads/main \ | 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" cargo audit --db "$audit_db" --no-fetch