mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-13 06:32:13 +01:00
Have CI's cargo audit
ignore RUSTSEC-2021-0125
This advisory is only relevant for a downstream dependency of `criterion`, which we currently don't want to bump in order to continue benchmarking with our MSRV 1.63.0. We therefore just add it to our ignore list for now.
This commit is contained in:
parent
3fd4b3963c
commit
9aa6ddb24e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/audit.yml
vendored
6
.github/workflows/audit.yml
vendored
|
@ -15,3 +15,9 @@ jobs:
|
|||
- uses: rustsec/audit-check@v1.4.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ignore: "RUSTSEC-2021-0145"
|
||||
# RUSTSEC-2021-0145 pertains `atty`, which is a depencency of
|
||||
# `criterion`. While the latter removed the depencency in its
|
||||
# newest version, it would also require a higher `rustc`. We
|
||||
# therefore avoid bumping it to allow benchmarking with our
|
||||
# `rustc` 1.63 MSRV.
|
||||
|
|
Loading…
Add table
Reference in a new issue