Skip to content

Commit

Permalink
Allow audit exception due to no fix available
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-casper committed Aug 20, 2024
1 parent 26c3db2 commit ff40534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-casper-event-sidecar-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
# Hope to get to here:
# run: cargo audit --deny warnings
# RUSTSEC-2023-0071 - there is a transitive audit issue via sqlx. There is no fix for that yet, we should update dependencies once a fix is presented
run: cargo audit --ignore RUSTSEC-2023-0071
# RUSTSEC-2024-0363 - issue in sqlx 0.8.0, no fix available yet
run: cargo audit --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0363

- name: test
run: cargo test
Expand Down

0 comments on commit ff40534

Please sign in to comment.