Skip to content

Commit

Permalink
ci: ignore cargo audit for RUSTSEC-2020-0159 (#1245)
Browse files Browse the repository at this point in the history
* ci: ignore cargo audit for RUSTSEC-2020-0159

* ci: ignore cargo audit for RUSTSEC-2020-0071
  • Loading branch information
q9f authored Oct 18, 2021
1 parent d7e816a commit cd33929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
command: cargo install cargo-audit
- run:
name: Check for known security issues in dependencies
command: cargo audit
command: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071

workflows:
test-checks:
Expand Down

0 comments on commit cd33929

Please sign in to comment.