Skip to content

Commit

Permalink
add exception for sqlx audit library
Browse files Browse the repository at this point in the history
  • Loading branch information
oiwn committed Dec 26, 2024
1 parent 3fc0779 commit 5024b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/additional-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: install cargo-audit
run: cargo install cargo-audit
- name: run security audit
run: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071

docs:
name: documentation
Expand Down

0 comments on commit 5024b70

Please sign in to comment.