We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69cf072 + 8be759f commit 365ca32Copy full SHA for 365ca32
.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