We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f825cc commit e876609Copy full SHA for e876609
.github/workflows/cargo-audit.yml
@@ -31,4 +31,11 @@ jobs:
31
run: cargo audit --version
32
33
- name: cargo audit
34
- run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this
+ 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