Skip to content

Commit

Permalink
[ci] add RUSTSEC-2020-0146 to nightly ignore list
Browse files Browse the repository at this point in the history
The vulnerable version of generic-array is a transitive dep.

Closes: #8011
  • Loading branch information
sausagee authored and bors-libra committed Mar 22, 2021
1 parent f504e6f commit 6eefd57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- name: audit crates
# List of ignored RUSTSEC
# 1. RUSTSEC-2021-0020 - Not impacted, see #7723
# 2. RUSTSEC-2020-0146 - Not impacted, see #7826
run: |
$CARGO $CARGOFLAGS audit --ignore RUSTSEC-2021-0020 >> $MESSAGE_PAYLOAD_FILE
$CARGO $CARGOFLAGS audit --ignore RUSTSEC-2021-0020 --ignore RUSTSEC-2020-0146 >> $MESSAGE_PAYLOAD_FILE
- uses: ./.github/actions/slack-file
with:
webhook: ${{ secrets.WEBHOOK_AUDIT }}
Expand Down

0 comments on commit 6eefd57

Please sign in to comment.