Skip to content

Commit fafdc7d

Browse files
Jiashu-Hualamb
authored and
Nirnay Roy
committed
ignore security_audit CI check proc-macro-error warning (apache#15626)
* ignore ci warning * Update .github/workflows/audit.yml * Update .github/workflows/audit.yml --------- Co-authored-by: Andrew Lamb <[email protected]>
1 parent fe21347 commit fafdc7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242
- name: Install cargo-audit
4343
run: cargo install cargo-audit
4444
- name: Run audit check
45-
run: cargo audit
45+
# Ignored until https://github.com/apache/datafusion/issues/15571
46+
# ignored py03 warning until arrow 55 upgrade
47+
run: cargo audit --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2025-0020

0 commit comments

Comments
 (0)