Skip to content

Commit

Permalink
ignore ed25519-dalek audit
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Apr 4, 2024
1 parent c77e61b commit 56bd08e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/scripts/cargo-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ repo_root=$(git rev-parse --show-toplevel)
# shellcheck disable=SC1091
source "$repo_root/.github/scripts/rust-version.sh" stable >/dev/null

cargo +"$rust_stable" audit
cargo_audit_ignores=(
# ed25519-dalek
--ignore RUSTSEC-2022-0093
)

cargo +"$rust_stable" audit "${cargo_audit_ignores[@]}"

0 comments on commit 56bd08e

Please sign in to comment.