Ignore RUSTSEC-2020-0071

- Run audit when changing audit.toml
This commit is contained in:
Dan Davison 2021-10-26 11:52:23 -04:00
parent 8886648374
commit e692804991
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# See https://github.com/rustsec/rustsec/blob/main/cargo-audit/audit.toml.example
[advisories]
ignore = ["RUSTSEC-2020-0159"]
ignore = ["RUSTSEC-2020-0159", "RUSTSEC-2020-0071"]

View File

@ -8,6 +8,7 @@ on:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**/audit.toml'
jobs:
audit: