Skip to content

Commit

Permalink
Ignore RUSTSEC-2020-0159 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Oct 19, 2021
1 parent be071b2 commit afd9833
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ on:

jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/[email protected]
with:
crate: cargo-audit
use-tool-cache: true
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --ignore RUSTSEC-2020-0159 # see https://github.com/romanz/electrs/issues/575

build:
name: Build
Expand Down

0 comments on commit afd9833

Please sign in to comment.