Skip to content

Commit 0f6cc75

Browse files
chore: ignore audits
Signed-off-by: Kristian Wahlroos <[email protected]>
1 parent 7729026 commit 0f6cc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Audit
4848
# FIXME: Disabled:
4949
# 1. spin: is no longer actively maintained
50-
run: cargo audit --ignore RUSTSEC-2019-0031
50+
run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2021-0078 --ignore RUSTSEC-2021-0079 --ignore RUSTSEC-2021-0113 --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0124
5151

5252
- name: Test
5353
run: timeout 15m cargo test --all --all-features

0 commit comments

Comments
 (0)