Skip to content

Commit

Permalink
Bypass security audits for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Jun 20, 2024
1 parent a4ca4bc commit 5854bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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
run: cargo audit --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2023-0071

- name: test
run: cargo test
Expand Down

0 comments on commit 5854bba

Please sign in to comment.