We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cf072 commit 8be759fCopy full SHA for 8be759f
.github/workflows/cargo-audit.yml
@@ -24,6 +24,10 @@ jobs:
24
with:
25
file: Cargo.lock
26
denyWarnings: true
27
+ # Ignored audit issues. This list should be kept short, and effort should be
28
+ # put into removing items from the list.
29
+ # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
30
+ ignore: RUSTSEC-2023-0079
31
32
- uses: actions-rust-lang/audit@v1.1.11
33
name: Audit testrunner Rust Dependencies
0 commit comments