Skip to content

Commit

Permalink
[audit] update ignore-list
Browse files Browse the repository at this point in the history
Update cargo-audit ignore list with RUSTSEC-2021-0072,
RUSTSEC-2021-0073.

Closes: aptos-labs#8768
  • Loading branch information
sausagee authored and bors-libra committed Jul 20, 2021
1 parent 6991da7 commit a9e459b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: cargo install --force cargo-audit
- name: audit crates
# List of ignored RUSTSEC
# 1. RUSTSEC-2021-0020 - Not impacted, see #7723
# 2. RUSTSEC-2020-0146 - Not impacted, see #7826
# 1. RUSTSEC-2021-0073 - Not impacted.
# 2. RUSTSEC-2021-0072 - Not impacted.
run: |
cargo audit --color never --ignore RUSTSEC-2021-0020 --ignore RUSTSEC-2020-0146 > $AUDIT_SUMMARY_FILE
cargo audit --color never --ignore RUSTSEC-2021-0073 --ignore RUSTSEC-2021-0072 > $AUDIT_SUMMARY_FILE
- name: set issue body content
if: ${{ failure() }}
env:
Expand Down

0 comments on commit a9e459b

Please sign in to comment.