Skip to content

Commit

Permalink
ignore unactionable time rustsec advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Dec 22, 2021
1 parent bc1188a commit b03be02
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
toolchain: stable
components: rustfmt
default: true
- name: cargo audit
uses: actions-rs/audit-check@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install cargo audit
run: cargo install cargo-audit
- name: Cargo audit
run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071

0 comments on commit b03be02

Please sign in to comment.