Skip to content

Commit

Permalink
ci: ignore RUSTSEC-2024-0332 in audit
Browse files Browse the repository at this point in the history
remove `--ignore` option when pr(when hyperium/tonic#1670) is merged.

Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
  • Loading branch information
Phoenix500526 committed Apr 7, 2024
1 parent e35b35a commit fb22752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
run: ci/scripts/check-trailing-spaces.sh

- name: Audit
run: cargo audit
# remove `--ignore` when https://github.com/hyperium/tonic/pull/1670 is merged
run: cargo audit --ignore RUSTSEC-2024-0332

- name: Format
run: cargo fmt --all -- --check
Expand Down

0 comments on commit fb22752

Please sign in to comment.