File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 55 paths :
66 - ' **/Cargo.toml'
77 - ' **/Cargo.lock'
8+ - ' .github/workflows/rust_dependency_audit.yml'
9+ pull_request :
10+ paths :
11+ - ' **/Cargo.toml'
12+ - ' **/Cargo.lock'
13+ - ' .github/workflows/rust_dependency_audit.yml'
814
915env :
1016 CARGO_TERM_COLOR : always
3743
3844 - name : Run audit-check action
3945 run : |
40- which cargo-deny || cargo install cargo-deny --locked --force
46+ cargo install cargo-deny --locked --force
4147 cargo deny check
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ yanked = "deny"
1818ignore = [
1919 " RUSTSEC-2024-0436" , # paste - no longer maintained
2020 " RUSTSEC-2023-0071" , # https://github.com/NethermindEth/Catalyst/issues/735
21+ " RUSTSEC-2025-0137" , # ruint - no patched version available yet
2122]
2223
2324[licenses ]
You can’t perform that action at this time.
0 commit comments