use the (existing) .cargo/audit.toml to ignore some rust advisories

This commit is contained in:
Dustin J. Mitchell 2022-08-06 01:47:04 +00:00
parent 152db46ce3
commit bad3b3d700
3 changed files with 1 additions and 1 deletions

View file

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