File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
[advisories ]
2
2
ignore = [
3
- " RUSTSEC-2021-0127" , # serde_cbor is unmaintained
4
- " RUSTSEC-2023-0071" , # rsa: Marvin Attack: potential key recovery
5
- ]
3
+ " RUSTSEC-2024-0436" , # paste
4
+ ] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ jobs:
21
21
- uses : dtolnay/rust-toolchain@master
22
22
with :
23
23
toolchain : stable
24
- # TODO(tarcieri): investigate why cached binaries aren't working
25
- # - uses: actions/cache@v4
26
- # with:
27
- # path: ~/.cargo/bin
28
- # key: ${{ runner.os }}-cargo-audit-v0.20
24
+ - uses : actions/cache@v4
25
+ with :
26
+ path : ~/.cargo/bin
27
+ key : ${{ runner.os }}-cargo-audit-v0.21.2
29
28
- uses : rustsec/audit-check@v2
30
29
with :
31
30
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments