Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ jobs:
with:
tool: cargo-audit
- name: Run audit check
run: cargo audit
# RUSTSEC-2025-0111: tokio-tar is by testcontainers for orchestration
# of testing, so does not impact DataFusion's security
# See https://github.com/apache/datafusion/issues/18288
# NOTE: can remove this once testcontainers releases a version that includes
# https://github.com/testcontainers/testcontainers-rs/pull/852
run: cargo audit --ignore RUSTSEC-2025-0111
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.