Skip to content

Commit e876609

Browse files
committed
ignore some unmaintained advisories
1 parent 6f825cc commit e876609

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@ jobs:
3131
run: cargo audit --version
3232

3333
- name: cargo audit
34-
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this
34+
run: |
35+
cargo audit --ignore RUSTSEC-2024-0336 \
36+
--ignore RUSTSEC-2021-0127 \
37+
--ignore RUSTSEC-2024-0370 \
38+
--ignore RUSTSEC-2022-0080 \
39+
--ignore RUSTSEC-2022-0061 \
40+
--ignore RUSTSEC-2020-0168 \
41+
--ignore RUSTSEC-2024-0384

0 commit comments

Comments
 (0)