File tree Expand file tree Collapse file tree 2 files changed +1157
-740
lines changed Expand file tree Collapse file tree 2 files changed +1157
-740
lines changed Original file line number Diff line number Diff line change 5
5
- labeled
6
6
- unlabeled
7
7
- synchronize
8
+ - opened
8
9
concurrency :
9
10
group : cargo-audit-${{ github.ref }}
10
11
cancel-in-progress : true
@@ -24,10 +25,19 @@ jobs:
24
25
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
25
26
26
27
- name : Install cargo-audit
27
- run : cargo install --version 0.20.1 -- force cargo-audit
28
+ run : cargo install --force cargo-audit
28
29
29
30
- name : Display cargo-audit --version
30
31
run : cargo audit --version
31
32
32
33
- name : cargo audit
33
- 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 \
42
+ --ignore RUSTSEC-2024-0388 \
43
+ --ignore RUSTSEC-2024-0421
You can’t perform that action at this time.
0 commit comments