alamb commented on code in PR #15626: URL: https://github.com/apache/datafusion/pull/15626#discussion_r2031989658
########## .github/workflows/audit.yml: ########## @@ -42,4 +42,4 @@ jobs: - name: Install cargo-audit run: cargo install cargo-audit - name: Run audit check - run: cargo audit + run: cargo audit --ignore RUSTSEC-2024-0370 Review Comment: I actually found I had to add `--ignore RUSTSEC-2025-0020` to get it to pass (waiting on arrow upgrade) I think it is good to leave a comment about rationale too: ```suggestion # Ignored until https://github.com/apache/datafusion/issues/15571 run: cargo audit --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2025-0020 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org