From 56ea105e25a7d9d719a1569aa0a7437c1dd2c3f3 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 11 Jul 2022 00:59:22 +0000 Subject: [PATCH] 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. --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e9534dbc8..2e644c38a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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 }}