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