Skip to content

Commit 7a22eb3

Browse files
Jiashu-Hualamb
andauthored
ignore security_audit CI check proc-macro-error warning (#15626)
* ignore ci warning * Update .github/workflows/audit.yml * Update .github/workflows/audit.yml --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent e35fe6a commit 7a22eb3

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)