Ignore RUSTSEC-2020-0071

See discussion at
https://github.com/taskchampion/taskchampion/issues/304.  Note that
RUSTSEC-2020-0159 is the same bug as RUSTSEC-2020-0071.
This commit is contained in:
Dustin J. Mitchell 2022-07-11 00:59:22 +00:00 committed by Tomas Babej
parent 3aa14b3efc
commit 56ea105e25

View file

@ -17,5 +17,5 @@ jobs:
- uses: actions/checkout@v2
- uses: GothenburgBitFactory/audit-check@master
with:
ignore: RUSTSEC-2021-0124
ignore: RUSTSEC-2021-0124, RUSTSEC-2020-0071
token: ${{ secrets.GITHUB_TOKEN }}