diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 60639fbba..e9534dbc8 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,6 +15,7 @@ jobs: name: "Audit Dependencies" steps: - uses: actions/checkout@v2 - - uses: actions-rs/audit-check@v1 + - uses: GothenburgBitFactory/audit-check@master with: + ignore: RUSTSEC-2021-0124 token: ${{ secrets.GITHUB_TOKEN }}