Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
.github/workflows: ignore unmaintained crate warnings
Browse files Browse the repository at this point in the history
Ignores unmaintained crate warnings for:
- `failure`
- `net2`
- `spin`

We'll eventually update dependencies to the point we can get rid of
these, but for now we're already aware.
  • Loading branch information
tony-iqlusion committed Oct 7, 2020
1 parent 658147b commit aa77c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ jobs:
- name: Install cargo audit
run: cargo install cargo-audit
- name: Run cargo audit
run: cargo audit --deny-warnings --ignore RUSTSEC-2020-0031
run: cargo audit --deny-warnings
--ignore RUSTSEC-2019-0031
--ignore RUSTSEC-2020-0016
--ignore RUSTSEC-2020-0031
--ignore RUSTSEC-2020-0036
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa77c75

Please sign in to comment.